[FIR] Ignore failing test, improve DiagnosticKind, fix UPPER_BOUND
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ interface Interface {
|
||||
get() = 222
|
||||
}
|
||||
|
||||
class ClassDerivedFromUnresolved : Base(), Interface, <!OTHER_ERROR!>Unresolved<!> {
|
||||
class ClassDerivedFromUnresolved : Base(), Interface, <!UNRESOLVED_REFERENCE!>Unresolved<!> {
|
||||
override fun foo() {}
|
||||
override fun bar() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user