pascalabcnet/TestSuite/formatter_tests/input/Program1076.pas

10 lines
240 B
ObjectPascal
Raw Permalink Normal View History

2018-03-18 13:22:53 +03:00
type
I1 = interface end;//не обязательно
t1<T>=class
where T: I1;//после форматирование эта строчка скопируется и добавится ещё 1 class end
end;
begin
end.