Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/Jet11.fir.kt
T

5 lines
164 B
Kotlin
Vendored

// JET-11 Redeclaration & Forward reference for classes cause an exception
<!REDECLARATION!>open class NoC<!>
class NoC1 : NoC()
<!REDECLARATION!>open class NoC<!>