FIR: prioritize visible imported classes during type resolution
and produce an error on ambiguity.
This commit is contained in:
+1
-1
@@ -24,4 +24,4 @@ package c
|
||||
import a.*
|
||||
import b.*
|
||||
|
||||
fun test(): x = d().x()
|
||||
fun test(): <!UNRESOLVED_REFERENCE!>x<!> = d().x()
|
||||
|
||||
Reference in New Issue
Block a user