pascalabcnet/TestSuite/formatter_tests/should/Program1049.pas

14 lines
131 B
ObjectPascal
Raw Permalink Normal View History

2018-05-01 13:10:52 +03:00
type
{$region t1}
t1 = class
{$region t2}
procedure Test;
{$endregion}
end;
{$endregion}
begin
end.