6 lines
81 B
Kotlin
Vendored
6 lines
81 B
Kotlin
Vendored
fun test() {
|
|
val f = { <expr>x</expr>, y ->
|
|
x + y
|
|
}
|
|
f(5, 4)
|
|
} |