FirSupertypesChecker: implement six more diagnostics

This commit is contained in:
Mikhail Glukhikh
2021-05-06 13:57:08 +03:00
parent db828a6aad
commit 0f9f63400e
73 changed files with 337 additions and 230 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ package toplevelObjectDeclarations
}
}<!>
object B : A {}
object B : <!SINGLETON_IN_SUPERTYPE!>A<!> {}
val x = A.foo()
@@ -1,5 +0,0 @@
package toplevelObjectDeclarations
object CObj {}
object DOjb : CObj {}
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
package toplevelObjectDeclarations
object CObj {}