Files
kotlin-fork/compiler/testData/codegen/box/controlStructures/kt958.kt
T
2018-07-17 20:18:29 +03:00

4 lines
70 B
Kotlin
Vendored

fun test() = 239
fun box() = if(test() in 239..240) "OK" else "fail"