J2K: updating generated enums to modern syntax
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
enum class E {
|
||||
FOO
|
||||
FOO;
|
||||
|
||||
fun foo() {
|
||||
FOO.toString()
|
||||
|
||||
Reference in New Issue
Block a user