4 lines
66 B
Kotlin
Vendored
4 lines
66 B
Kotlin
Vendored
fun test() {
|
|
val f = fun(): () -> Int = <expr>{ 54 }</expr>
|
|
|
|
} |