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