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