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

7 lines
117 B
Kotlin

fun main(args: Array<String>) {
val str = aaa.A.B.O().s
if (str != "OK") {
throw Exception()
}
}