10 lines
151 B
Kotlin
Vendored
10 lines
151 B
Kotlin
Vendored
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
|
// OPTIONS: usages
|
|
// FIND_BY_REF
|
|
package usages
|
|
|
|
import library.Foo
|
|
|
|
fun test() {
|
|
Foo().<caret>bar(1)
|
|
} |