1b553ebfaf
Added tests from testData/codegen/box directory. There are blackbox tests in other directories and they are to be added.
4 lines
70 B
Kotlin
4 lines
70 B
Kotlin
fun test() = 239
|
|
|
|
fun box() = if(test() in 239..240) "OK" else "fail"
|