e4a172946b
#KT-3368 Fixed
6 lines
56 B
Kotlin
6 lines
56 B
Kotlin
enum class E {
|
|
FOO
|
|
fun foo() : Unit {
|
|
FOO.toString()
|
|
}
|
|
} |