Files
kotlin/compiler/testData/diagnostics/tests/objects/ObjectsInheritance.kt
2013-12-02 19:56:16 +04:00

6 lines
103 B
Kotlin
Vendored

package toplevelObjectDeclarations
object CObj {}
object DOjb : <!SINGLETON_IN_SUPERTYPE!>CObj<!> {}