pub fn inheritable_func(
    args: ValueArgs,
    _mod_name: Str,
    __name__: Option<Str>
) -> EvalValueResult<ValueObj>
Expand description

Class: ClassType -> ClassType (with InheritableType) This function is used by the compiler to mark a class as inheritable and does nothing in terms of actual operation.