Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/NestedClass.B.kt
T
2014-07-10 20:30:45 +04:00

7 lines
115 B
Kotlin

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