fun foo(block: (String, String, String) -> String): String = block("O", "fail", "K") fun box() = foo { x, _, y -> x + y }