Find Usages: Rename test class and move test data
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
||||
// OPTIONS: usages
|
||||
// FIND_BY_REF
|
||||
package usages
|
||||
|
||||
import library.Foo
|
||||
|
||||
fun test() {
|
||||
Foo().<caret>bar(1)
|
||||
}
|
||||
Reference in New Issue
Block a user