e200b97ca4
#KT-6900 Fixed
6 lines
104 B
Kotlin
Vendored
6 lines
104 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box() : String {
|
|
return if (call("123", String::length) == 3) "OK" else "fail"
|
|
}
|