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,13 @@
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetNamedFunction
// OPTIONS: usages
// FIND_BY_REF
// WITH_FILE_NAME
package usages
import library.*
class J {
static void test() {
new A().foo(1);
}
}