6 lines
57 B
Kotlin
Vendored
6 lines
57 B
Kotlin
Vendored
enum class E {
|
|
fun foo() {
|
|
"" // E
|
|
}
|
|
}
|