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

5 lines
48 B
Kotlin

fun box(): String {
!true
return "OK"
}