842d31d04e
Ignore failed tests Set passing test to comparison mode Fix testdata for symbols Fix invalid LAZINESS parameter reading from testdata
14 lines
220 B
Java
Vendored
14 lines
220 B
Java
Vendored
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
|
// FIND_BY_REF
|
|
// OPTIONS: usages
|
|
public class JJ extends B {
|
|
public JJ(int i) {
|
|
<caret>super("");
|
|
}
|
|
|
|
void test() {
|
|
new B("");
|
|
}
|
|
}
|
|
|
|
// FIR_IGNORE |