8 lines
92 B
Plaintext
Vendored
8 lines
92 B
Plaintext
Vendored
fun foo(p: () -> Unit, i: Int){}
|
|
|
|
fun bar() {
|
|
foo({ <caret> }, )
|
|
}
|
|
|
|
// ELEMENT: "{...}"
|