class X::Inheritance::Unsupported does X::Comp { }

尝试从不支持继承的类型(如包或枚举)继承时抛出编译时错误。

例如

enum A <Ax Ay>;
class B is A { };

使用

===SORRY!===
A does not support inheritance, so B cannot inherit from it

方法§

方法子类型名§

尝试继承的类型的名称。

方法父类型§

子类型尝试从中继承的类型对象。