[FIR] Ignore failing test, improve DiagnosticKind, fix UPPER_BOUND
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ public class C {
|
||||
|
||||
open class Base ()
|
||||
|
||||
class Foo : <!OTHER_ERROR!>Data<!>()
|
||||
class Foo : <!UNRESOLVED_REFERENCE!>Data<!>()
|
||||
|
||||
companion object : DerivedAbstract()
|
||||
}
|
||||
+1
-1
@@ -9,7 +9,7 @@ public class C {
|
||||
|
||||
open class Base ()
|
||||
|
||||
class Foo : <!OTHER_ERROR!>Data<!>()
|
||||
class Foo : <!UNRESOLVED_REFERENCE!>Data<!>()
|
||||
|
||||
companion object : DerivedAbstract()
|
||||
}
|
||||
Reference in New Issue
Block a user