[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
+8
-8
@@ -14,18 +14,18 @@ fun test1(a: A.B.<!SYNTAX!><!>): A.B.<!SYNTAX!><!> {
|
||||
val aa: A.B. <!SYNTAX!>=<!><!SYNTAX!><!> null!!
|
||||
}
|
||||
|
||||
fun test2(a: <!UNRESOLVED_REFERENCE!>A.e.C<!>): <!UNRESOLVED_REFERENCE!>A.e.C<!> {
|
||||
val aa: <!UNRESOLVED_REFERENCE!>A.e.C<!> = null!!
|
||||
fun test2(a: A.<!UNRESOLVED_REFERENCE!>e<!>.C): A.<!UNRESOLVED_REFERENCE!>e<!>.C {
|
||||
val aa: A.<!UNRESOLVED_REFERENCE!>e<!>.C = null!!
|
||||
}
|
||||
|
||||
fun test3(a: <!UNRESOLVED_REFERENCE!>a.A.C<!>): <!UNRESOLVED_REFERENCE!>a.A.C<!> {
|
||||
val aa: <!UNRESOLVED_REFERENCE!>a.A.C<!> = null!!
|
||||
fun test3(a: <!UNRESOLVED_REFERENCE!>a<!>.A.C): <!UNRESOLVED_REFERENCE!>a<!>.A.C {
|
||||
val aa: <!UNRESOLVED_REFERENCE!>a<!>.A.C = null!!
|
||||
}
|
||||
|
||||
fun test4(a: <!UNRESOLVED_REFERENCE!>A.B.ee<!>): <!UNRESOLVED_REFERENCE!>A.B.ee<!> {
|
||||
val aa: <!UNRESOLVED_REFERENCE!>A.B.ee<!> = null!!
|
||||
fun test4(a: A.B.<!UNRESOLVED_REFERENCE!>ee<!>): A.B.<!UNRESOLVED_REFERENCE!>ee<!> {
|
||||
val aa: A.B.<!UNRESOLVED_REFERENCE!>ee<!> = null!!
|
||||
}
|
||||
|
||||
fun test5(a: <!UNRESOLVED_REFERENCE!>A.ee<!>): <!UNRESOLVED_REFERENCE!>A.ee<!> {
|
||||
val aa: <!UNRESOLVED_REFERENCE!>A.ee<!> = null!!
|
||||
fun test5(a: A.<!UNRESOLVED_REFERENCE!>ee<!>): A.<!UNRESOLVED_REFERENCE!>ee<!> {
|
||||
val aa: A.<!UNRESOLVED_REFERENCE!>ee<!> = null!!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user