pascalabcnet/TestSuite/formatter_tests/input/Program920.pas
Бондарев Иван 8814741105 bug fix #505
2017-10-04 20:26:08 +02:00

9 lines
129 B
ObjectPascal

type
t1 = class
a: record i: integer; end ;
class function Get5 := 5;
public class function Get6:=6;
end;
begin
end.