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

7 lines
115 B
Kotlin

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