Open jwhpryor opened 3 months ago
Enum classes are essentially just syntactic sugar for public static fields on classes.
They can currently be implemented using existing JNI Bind features, so they should be added as a phase 2 compilation option.
Enum classes are essentially just syntactic sugar for public static fields on classes.
They can currently be implemented using existing JNI Bind features, so they should be added as a phase 2 compilation option.