Reuse package/class qualifier prefix resolution for qualified expression resolution.
This commit is contained in:
@@ -14,5 +14,5 @@ public class Foo {
|
||||
// FILE: 1.kt
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
javaPackage.Foo.Bar.<!INVISIBLE_MEMBER!>doSmth<!>()
|
||||
}
|
||||
javaPackage.Foo.<!INVISIBLE_REFERENCE!>Bar<!>.<!INVISIBLE_MEMBER!>doSmth<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user