8540f47c15
#KT-40788 Fixed #KT-24616 Fixed back-port from kotlin-ide commit aa5580bb5a7e96b209cdaa1c82f4e485ee001ae8
10 lines
152 B
Kotlin
Vendored
10 lines
152 B
Kotlin
Vendored
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
|
// OPTIONS: usages
|
|
// FIND_BY_REF
|
|
package usages
|
|
|
|
import library.Foo
|
|
|
|
fun test() {
|
|
Foo(1).<caret>bar(1)
|
|
} |