[FIR] Ignore failing test, improve DiagnosticKind, fix UPPER_BOUND
This commit is contained in:
@@ -2,4 +2,4 @@ enum class E {
|
||||
ENTRY
|
||||
}
|
||||
|
||||
class A : <!OTHER_ERROR!>E.ENTRY<!>
|
||||
class A : <!UNRESOLVED_REFERENCE!>E.ENTRY<!>
|
||||
|
||||
Reference in New Issue
Block a user