fun foo() { val v1 = {z: Int, y: String -> println(z); println(y) } }