pascalabcnet/TestSuite/intellisense_tests/constr3.pas

6 lines
61 B
ObjectPascal
Raw Normal View History

2019-12-24 18:23:34 +03:00
type
t1 = static class end;
begin
t1.Create{@@};
end.