pascalabcnet/TestSuite/formatter_tests/input/Program972.pas

9 lines
75 B
ObjectPascal
Raw Permalink Normal View History

2018-05-01 13:10:52 +03:00
type
2017-11-20 22:44:01 +03:00
t1 = class
b: byte;
2018-05-01 13:10:52 +03:00
function f1:=0;
2017-11-20 22:44:01 +03:00
end;
begin
end.