[FIR] Ignore failing test, improve DiagnosticKind, fix UPPER_BOUND
This commit is contained in:
@@ -2,7 +2,7 @@ class Foo {
|
||||
companion object {
|
||||
val bar = 1
|
||||
|
||||
fun test(a: <!OTHER_ERROR!>Foo.`object`<!>) {
|
||||
fun test(a: <!UNRESOLVED_REFERENCE!>Foo.`object`<!>) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user