9 lines
85 B
Plaintext
Vendored
9 lines
85 B
Plaintext
Vendored
fun foo(p: () -> Unit){}
|
|
|
|
fun bar() {
|
|
foo(::f)<caret>
|
|
}
|
|
|
|
fun f(){}
|
|
|
|
// ELEMENT: f |