pascalabcnet/TestSuite/errors/err0388.pas

8 lines
104 B
ObjectPascal
Raw Permalink Normal View History

2020-12-27 15:47:42 +03:00
type
T1 = partial static class static a: integer; end;
T1 = partial class end;
begin
end.