5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
fun foo(f: (String) -> Unit) {}
|
|
|
|
fun bar() {
|
|
foo { <caret>_ -> }
|
|
} |