pascalabcnet/TestSuite/errors/err0377.pas

8 lines
99 B
ObjectPascal
Raw Permalink Normal View History

type
t1 = class
o: Object;
property p1: string read o?.ToString;
end;
begin
end.