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

5 lines
162 B
Plaintext

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