Support for enums and static variables
Loading
Assumptions:
Current errors in the pipeline:
Missing elements:
Enums:
final
(can't be extended) and they themselves extend from Enum
.super()
is illegal, and will result in a compilation error.public static final
variables of the enum's type.