Files
kotlin-fork/backend.native/tests/external/codegen/box/controlStructures/kt1899.kt
T
2017-03-13 15:31:46 +03:00

6 lines
56 B
Kotlin

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