Corrected implementation of DeclarationDescriptor.canBeReferencedViaImport() to include object members
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// ERROR: Unresolved reference: f
|
||||
package to
|
||||
|
||||
import a.A
|
||||
|
||||
fun g() {
|
||||
f()
|
||||
A.f()
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
a.A.Companion.f
|
||||
Reference in New Issue
Block a user