mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +02:00
codetools: test attribute in dispinterface
git-svn-id: trunk@56519 -
This commit is contained in:
parent
ff31eb07db
commit
ec8cc2e82f
@ -874,7 +874,7 @@ begin
|
||||
' end;',
|
||||
' [Bird{declaration:BirdAttribute}]',
|
||||
' THawk = class',
|
||||
' [Bird(1)]',
|
||||
' [Bird{declaration:BirdAttribute}(1)]',
|
||||
' FField: integer;',
|
||||
' [Bird(2)]',
|
||||
' procedure DoSome;',
|
||||
@ -889,6 +889,11 @@ begin
|
||||
' [Bird(13)]',
|
||||
' property Some: integer read GetSome;',
|
||||
' end;',
|
||||
' IMy = dispinterface',
|
||||
' [''guid'']',
|
||||
' [Bird(21)]',
|
||||
' function GetMore: integer;',
|
||||
' end;',
|
||||
'[test1.bird]',
|
||||
'[bird(4)]',
|
||||
'procedure DoIt; forward;',
|
||||
|
Loading…
Reference in New Issue
Block a user