fpc/tests/webtbs/tw10492.pp
Jonas Maebe ae45a80d46 * allow the usage of symbolic constants to specify the "stored" attribute
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 -
2009-02-06 19:54:29 +00:00

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.