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

7 lines
117 B
Kotlin

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