mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00

record or enum symtables are used (such as class helper methods) (mantis #21808) git-svn-id: trunk@21512 -
12 lines
168 B
ObjectPascal
12 lines
168 B
ObjectPascal
{ %opt=-vh -Seh }
|
|
{ %norun }
|
|
{$mode objfpc}
|
|
uses
|
|
uw21808a, uw21808b;
|
|
|
|
var
|
|
x: TC = nil;
|
|
begin
|
|
x.Q; // hint should appear only when this line is commented out
|
|
end.
|