blob: c341a09eb6ccdad8e521492d95619d4ab0a9e06c [file]
import test.*
fun box(): String {
val p = "".test(50.0) {
it
}
return if (p == 50.0) "OK" else "fail $p"
}