6 lines
77 B
Kotlin
Vendored
6 lines
77 B
Kotlin
Vendored
fun test() {
|
|
val f = <expr>fun(): Int {
|
|
return 54
|
|
}</expr>
|
|
|
|
} |