Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/StarImportEnum.A.kt
T
2013-12-02 19:56:07 +04:00

11 lines
119 B
Kotlin
Vendored

package aaa
enum class E {
TRIVIAL_ENTRY
SUBCLASS { }
class Nested {
fun fortyTwo() = 42
}
}