blob: fafd87700d3653ca48e0e4cbab3a27b2d77fb096 [file]
fun box() : String {
fun <T> foo(t:() -> T) : T = t()
return foo {"OK"}
}