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
@@ -1,2 +1,7 @@
Function call (20: 18) super<A>.foo()
Function call (7: 11) A.foos()
New instance creation (2: 20) var next: A? = A()
New instance creation (32: 18) fun X.bar(a: A = A()) {
Supertype (1: 39) public class X(bar: String? = A.BAR): A() {
Supertype (23: 19) class object: A() {
Supertype (28: 11) object O: A() {