Enum and inheritance incompatibility
Enum methods are created only in the source class. To fix this, create a dynamic module for the enum methods and then include that module on the source class.
Enum methods are created only in the source class. To fix this, create a dynamic module for the enum methods and then include that module on the source class.