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

9 lines
141 B
ObjectPascal

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