[FIR] Report UNRESOLVED_REFERENCE on the first unresolved qualifier
#KT-55471 Fixed
This commit is contained in:
committed by
Space Team
parent
40fadac060
commit
10f7989af6
+1
-1
@@ -14,4 +14,4 @@ package c
|
||||
import a.<!PACKAGE_CANNOT_BE_IMPORTED!>x<!>
|
||||
import b.<!PACKAGE_CANNOT_BE_IMPORTED!>x<!>
|
||||
|
||||
class Y : <!UNRESOLVED_REFERENCE!>x.X<!>
|
||||
class Y : <!UNRESOLVED_REFERENCE!>x<!>.X
|
||||
|
||||
Reference in New Issue
Block a user