pascalabcnet/TestSuite/formatter_tests/input/Program1049.pas
Бондарев Иван 16704b7848 bug fix #665
bug fix #673
2018-01-31 20:11:29 +01:00

14 lines
119 B
ObjectPascal

type
{$region t1}
t1 = class
{$region t2}
procedure Test;
{$endregion}
end;
{$endregion}
begin
end.