Files
kotlin-fork/compiler/testData/diagnostics/tests/cyclicHierarchy/classInheritsNested.fir.kt
T

4 lines
44 B
Kotlin
Vendored

open class E : E.EE() {
open class EE
}