pascalabcnet/TestSuite/errors/err0106.pas

7 lines
67 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
type TEnum = (one, two);
type TDer = class(TEnum)
end;
begin
end.