pascalabcnet/TestSuite/formatter_tests/input/Program1049.pas

14 lines
119 B
ObjectPascal
Raw Permalink Normal View History

2018-01-31 22:11:29 +03:00
type
{$region t1}
t1 = class
{$region t2}
procedure Test;
{$endregion}
end;
{$endregion}
begin
end.