fd92b851a2
Fix REDECLARATION positioning
6 lines
225 B
Kotlin
Vendored
6 lines
225 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// JET-11 Redeclaration & Forward reference for classes cause an exception
|
|
open class <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>NoC<!>
|
|
class NoC1 : NoC()
|
|
open class <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>NoC<!>
|