Allow to find usages of Java class via references to its constructor #KT-4521 Fixed

This commit is contained in:
Alexey Sedunov
2014-02-07 12:25:13 +04:00
parent 8b6bd8a184
commit d549257bfc
18 changed files with 138 additions and 17 deletions
@@ -4,6 +4,10 @@ public class <caret>A {
public String bar = "bar";
public static String BAR = "BAR";
public A() {
}
public void foo() {
}