pascalabcnet/TestSuite/formatter_tests/input/property5.pas
Александр Погорелов 8887bfaa8e fix #1657, fix #1670
2019-01-25 11:01:43 +03:00

8 lines
131 B
ObjectPascal

type
T = class
auto property X : integer ;
static auto property Y : integer ;
end;
begin
end.