codetools: test attribute in dispinterface

git-svn-id: trunk@56519 -
This commit is contained in:
mattias 2017-11-28 09:19:19 +00:00
parent ff31eb07db
commit ec8cc2e82f

View File

@ -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;',