7 lines
67 B
ObjectPascal
7 lines
67 B
ObjectPascal
|
|
type TEnum = (one, two);
|
||
|
|
|
||
|
|
type TDer = class(TEnum)
|
||
|
|
end;
|
||
|
|
|
||
|
|
begin
|
||
|
|
end.
|