Report a separate diagnostic on inheritance from singletons
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
package toplevelObjectDeclarations
|
||||
|
||||
object CObj {}
|
||||
|
||||
object DOjb : <!SUPERTYPE_NOT_INITIALIZED, FINAL_SUPERTYPE!>CObj<!> {}
|
||||
object DOjb : <!SINGLETON_IN_SUPERTYPE!>CObj<!> {}
|
||||
|
||||
Reference in New Issue
Block a user