blob: 839108da4387ef44a793c00de26c0c2d70fbe9cc [file]
// IGNORE_BACKEND_FIR: JVM_IR
fun box() : String {
fun <T> foo(t:() -> T) : T = t()
return foo {"OK"}
}