[FIR] Fix resolving to star import member instead of builtin (^KT-48157 Fixed)
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ val D.E get() = ""
|
||||
|
||||
val def = D.E.F // object
|
||||
// See KT-46409
|
||||
val de = D.<!NO_COMPANION_OBJECT!>E<!> // Should be: extension & no error, in fact: qualifier
|
||||
val de = D.E
|
||||
|
||||
enum class G {
|
||||
H;
|
||||
|
||||
Reference in New Issue
Block a user