Files
kotlin-fork/compiler/testData/diagnostics/tests/objects/ObjectsInheritance.fir.kt
T

6 lines
74 B
Kotlin
Vendored

package toplevelObjectDeclarations
object CObj {}
object DOjb : CObj {}