pascalabcnet/TestSuite/formatter_tests/should/Program972.pas
Бондарев Иван 59c9b163c0 bug fix #785
2018-05-01 12:10:52 +02:00

9 lines
77 B
ObjectPascal

type
t1 = class
b: byte;
function f1 := 0;
end;
begin
end.