[FIR] Ignore failing test, improve DiagnosticKind, fix UPPER_BOUND
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ fun test1() {
|
||||
}
|
||||
}
|
||||
|
||||
fun test2(l: <!OTHER_ERROR, OTHER_ERROR!>List<AA><!>) {
|
||||
fun test2(l: <!UNRESOLVED_REFERENCE, UNRESOLVED_REFERENCE!>List<AA><!>) {
|
||||
l.<!UNRESOLVED_REFERENCE!>map<!> {
|
||||
<!UNRESOLVED_REFERENCE!>it<!>!!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user