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

6 lines
56 B
Kotlin

fun box(): String {
if (1 != 0) {
}
return "OK"
}