fun box() : String { fun foo(t:() -> T) : T = t() return foo {"OK"} }