pascalabcnet/TestSuite/formatter_tests/input/attributes1.pas
Бондарев Иван df0594cfd4 fix #1478
2018-12-31 17:13:03 +01:00

10 lines
101 B
ObjectPascal

type
TAttr = class(System.Attribute)
end;
procedure P1([TAttr]x: byte) := exit;
begin
end.