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