KT-13605 Find Usages fails to find usages of component function defined in Java
#KT-13605 Fixed
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
||||
// OPTIONS: usages
|
||||
|
||||
public class A {
|
||||
}
|
||||
|
||||
public class JavaClass {
|
||||
public A <caret>component1() {
|
||||
return new A();
|
||||
}
|
||||
|
||||
public int component2() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user