41a416da60
Delete all test methods (and empty test classes), since they'll be auto-generated
4 lines
70 B
Kotlin
4 lines
70 B
Kotlin
fun test() = 239
|
|
|
|
fun box() = if(test() in 239..240) "OK" else "fail"
|