pascalabcnet/TestSuite/formatter_tests/input/Program973.pas

7 lines
61 B
ObjectPascal
Raw Permalink Normal View History

2017-11-20 22:44:01 +03:00
type
t1 = class
function f1 := 5;
end;
begin end.