5 lines
68 B
Kotlin
Vendored
5 lines
68 B
Kotlin
Vendored
fun foo(f: () -> String) {}
|
|
|
|
fun test() {
|
|
foo { <caret>-> "" }
|
|
} |