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