pascalabcnet/TestSuite/errors/err0280.pas

7 lines
72 B
ObjectPascal
Raw Permalink Normal View History

2018-09-22 18:49:47 +03:00
type TClass = static class
end;
TDer = class(TClass)
end;
begin
end.