7f88de1dba
White spaces in member lists are preserved
7 lines
70 B
Kotlin
7 lines
70 B
Kotlin
enum class E {
|
|
FOO
|
|
|
|
fun foo() {
|
|
FOO.toString()
|
|
}
|
|
} |