Find Usages: Rename test class and move test data
This commit is contained in:
Vendored
+13
@@ -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.T().foo(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user