Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/NestedObject.B.kt
T
2014-09-01 12:32:50 +04:00

7 lines
113 B
Kotlin
Vendored

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