6e3016284a
Set test directory to directory with test files (not relative to findUsages folder). This way test will be configured as if all testdata is under source root (previously it was copied into package under path with findUsages) and resolvers will see classes under root package. #KT-14974 In Progress
10 lines
237 B
Java
Vendored
10 lines
237 B
Java
Vendored
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
|
// OPTIONS: usages
|
|
// PLAIN_WHEN_NEEDED
|
|
|
|
public class JavaWithGroovyInvoke_0 {
|
|
public void <caret>invoke() {
|
|
}
|
|
|
|
public static class OtherJavaClass extends JavaWithGroovyInvoke_0 {}
|
|
} |