Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/InnerEnum.B.kt
T

7 lines
125 B
Kotlin

fun main(args: Array<String>) {
val str = aaa.A().E.A
if (str.toString() != "A") {
throw Exception()
}
}