4 lines
60 B
Kotlin
Vendored
4 lines
60 B
Kotlin
Vendored
fun test() {
|
|
val f = { 45 }
|
|
<expr>f</expr>() + 589
|
|
} |