[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
@@ -9,7 +9,7 @@ package foo
|
||||
|
||||
fun f() {
|
||||
class Local1 {
|
||||
fun g() : <!UNRESOLVED_REFERENCE!>bar.X<!>? = null
|
||||
fun g() : <!UNRESOLVED_REFERENCE!>bar<!>.X? = null
|
||||
}
|
||||
class Local2 {
|
||||
fun g() : foo.bar.X? = null
|
||||
|
||||
Reference in New Issue
Block a user