Allow to find usages of Java class via references to its constructor #KT-4521 Fixed
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// PSI_ELEMENT: com.intellij.psi.PsiClass
|
||||
// OPTIONS: derivedClasses
|
||||
public class <caret>A {
|
||||
public A() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user