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