[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
-7
@@ -1,7 +0,0 @@
|
||||
abstract class MyClass {
|
||||
abstract fun <P1> foo(): (P1) -> <!UNRESOLVED_REFERENCE!>Unknown<String><!>
|
||||
|
||||
private fun callTryConvertConstant() {
|
||||
<!UNRESOLVED_REFERENCE!>println<!>(foo<String>())
|
||||
}
|
||||
}
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
abstract class MyClass {
|
||||
abstract fun <P1> foo(): (P1) -> <!UNRESOLVED_REFERENCE!>Unknown<!><String>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user