pascalabcnet/TestSuite/intellisense_tests/constr3.pas
2019-12-24 16:23:34 +01:00

6 lines
61 B
ObjectPascal

type
t1 = static class end;
begin
t1.Create{@@};
end.