3 lines
90 B
Kotlin
3 lines
90 B
Kotlin
fun foo() {
|
|
val v1 = {(z: Int, y1: String, x: Any): Int -> println(z); println(y1) }
|
|
} |