Files
kotlin-fork/idea/testData/hierarchy/withLib/enum/main.kt
T
2016-07-26 11:42:08 +03:00

9 lines
89 B
Kotlin
Vendored

// BASE_CLASS: java.lang.Enum
enum class One {
One, Two
}
enum class G {
A, B
}