pascalabcnet/TestSuite/formatter_tests/input/property5.pas

8 lines
131 B
ObjectPascal
Raw Permalink Normal View History

2019-01-25 11:01:43 +03:00
type
T = class
auto property X : integer ;
static auto property Y : integer ;
end;
begin
end.