blob: 05336badb47b159a5e84263d9e45f553c3360b7d [file]
val foo: ((String) -> String) = run {
{ it }
}
fun box() = foo("OK")