9 lines
87 B
Kotlin
9 lines
87 B
Kotlin
fun foo() {
|
|
if (1==1) {
|
|
1.javaClass
|
|
} else {
|
|
}
|
|
}
|
|
|
|
fun box() = "OK"
|