mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00

of properties (mantis #10492). Not really clean (and Delphi supports full expressions, e.g. also "(const1=const2)"), but cannot do better without rewriting the complete symlist parsing to use parse trees instead of parser tokens as input git-svn-id: trunk@12696 -
12 lines
151 B
ObjectPascal
12 lines
151 B
ObjectPascal
{ %recompile }
|
|
{ %norun }
|
|
|
|
uses
|
|
uw10492;
|
|
|
|
{ main code in unit to also test whether there are no problems with the
|
|
symlists afterwards
|
|
}
|
|
begin
|
|
end.
|