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