Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib/regressions/kt2593.kt
T
2013-02-11 02:01:40 +04:00

9 lines
87 B
Kotlin

fun foo() {
if (1==1) {
1.javaClass
} else {
}
}
fun box() = "OK"