Files
kotlin-fork/compiler/testData/ir/box/enumClass.kt
T
2016-10-18 09:09:55 +03:00

3 lines
54 B
Kotlin
Vendored

enum class Test { OK }
fun box() = Test.OK.toString()