Find Usages: Support of secondary constructors and delegation calls
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
||||
// FIND_BY_REF
|
||||
// OPTIONS: usages
|
||||
public class JJ extends B {
|
||||
public JJ(int i) {
|
||||
super("");
|
||||
}
|
||||
|
||||
void test() {
|
||||
new <caret>B("");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user