12 lines
198 B
Kotlin
Vendored
12 lines
198 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
|
// OPTIONS: usages
|
|
// FIND_BY_REF
|
|
// WITH_FILE_NAME
|
|
package usages
|
|
|
|
import library.*
|
|
|
|
fun test() {
|
|
val f = A::foo
|
|
A().<caret>foo(1)
|
|
} |