3 lines
82 B
Kotlin
3 lines
82 B
Kotlin
fun foo() {
|
|
val v1 = {(<caret>z: Int, y: String) -> println(z); println(y) }
|
|
} |