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