pascalabcnet/TestSuite/formatter_tests/input/Program920.pas

9 lines
129 B
ObjectPascal
Raw Permalink Normal View History

2017-10-04 21:26:08 +03:00
type
t1 = class
a: record i: integer; end ;
class function Get5 := 5;
public class function Get6:=6;
end;
begin
end.