d815634233
declared directly in the block)
4 lines
88 B
Kotlin
Vendored
4 lines
88 B
Kotlin
Vendored
fun test() {
|
|
val f = fun(n: Int): Int { return 1 }
|
|
val g = fun foo(n: Int) = 2
|
|
} |