[FIR] Fix invalid diagnostic fir node sites and improved invalid type parameters count diagnostic report
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ fun test1() {
|
||||
}
|
||||
}
|
||||
|
||||
fun test2(l: <!UNRESOLVED_REFERENCE!>List<AA><!>) {
|
||||
fun test2(l: List<<!UNRESOLVED_REFERENCE!>AA<!>>) {
|
||||
l.<!UNRESOLVED_REFERENCE!>map<!> {
|
||||
<!UNRESOLVED_REFERENCE!>it<!>!!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user