pascalabcnet/TestSuite/formatter_tests/should/Program972.pas

9 lines
77 B
ObjectPascal
Raw Permalink Normal View History

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