3 lines
52 B
Kotlin
Vendored
3 lines
52 B
Kotlin
Vendored
val x = { a: Int -> Unit }
|
|
|
|
fun f() = <expr>x</expr> |