[FIR] Ignore failing test, improve DiagnosticKind, fix UPPER_BOUND
This commit is contained in:
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
interface T {
|
||||
val x: <!OTHER_ERROR!>ErrorType<!>
|
||||
fun getX(): <!OTHER_ERROR!>ErrorType1<!>
|
||||
val x: <!UNRESOLVED_REFERENCE!>ErrorType<!>
|
||||
fun getX(): <!UNRESOLVED_REFERENCE!>ErrorType1<!>
|
||||
}
|
||||
Reference in New Issue
Block a user