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