Reuse package/class qualifier prefix resolution for qualified expression resolution.
This commit is contained in:
@@ -40,12 +40,12 @@ fun test() {
|
||||
f(<!INVISIBLE_MEMBER!>D<!>)
|
||||
|
||||
A.foo()
|
||||
B.<!INVISIBLE_MEMBER!>bar<!>()
|
||||
<!INVISIBLE_REFERENCE!>B<!>.<!INVISIBLE_MEMBER!>bar<!>()
|
||||
C.<!INVISIBLE_MEMBER!>baz<!>()
|
||||
D.<!INVISIBLE_MEMBER!>quux<!>()
|
||||
<!INVISIBLE_REFERENCE!>D<!>.<!INVISIBLE_MEMBER!>quux<!>()
|
||||
|
||||
a.A.foo()
|
||||
a.C.<!INVISIBLE_MEMBER!>baz<!>()
|
||||
}
|
||||
|
||||
fun f(<!UNUSED_PARAMETER!>unused<!>: Any) {}
|
||||
fun f(<!UNUSED_PARAMETER!>unused<!>: Any) {}
|
||||
Reference in New Issue
Block a user