Files
kotlin-fork/compiler/testData/codegen/box/regressions/kt2593.kt
T

11 lines
104 B
Kotlin
Vendored

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