Find Usages: Rename test class and move test data

This commit is contained in:
Alexey Sedunov
2015-06-06 02:40:20 +03:00
parent 81440815e1
commit 2a73247566
47 changed files with 41 additions and 31 deletions
@@ -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)
}