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

10 lines
102 B
ObjectPascal

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