Basic support for enums and static variables
* Simple enums, with empty constructors. * Initializations are not handled. Assumptions: there are no circular dependencies in initialization of static variables and enums are immutable.
Please register or sign in to comment