20e36438e2
Move those tests which do not require neither stdlib nor reflect
7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
fun box(): String {
|
|
if (!(1 < 2)) {
|
|
return "fail"
|
|
}
|
|
|
|
return "OK"
|
|
} |