mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:59:06 +02:00
codetools: test external class const
git-svn-id: trunk@57953 -
This commit is contained in:
parent
e1dcfde200
commit
167c4c911d
@ -53,7 +53,7 @@ type
|
||||
published
|
||||
procedure TestPas2js_ReadSettings;
|
||||
procedure TestPas2js_FindDeclaration;
|
||||
end;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -456,6 +456,11 @@ begin
|
||||
'program test1;',
|
||||
'const NaN: double; external;',
|
||||
'const nan: double; external name ''NaN'';',
|
||||
'{$modeswitch externalclass}',
|
||||
'type',
|
||||
' TExtA = class external name ''ExtA''',
|
||||
' const id;',
|
||||
' end;',
|
||||
'begin']);
|
||||
ParseModule;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user