fd92b851a2
Fix REDECLARATION positioning
7 lines
116 B
Kotlin
Vendored
7 lines
116 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class C {
|
|
companion <!REDECLARATION!>object<!> {}
|
|
|
|
val <!REDECLARATION!>Companion<!> = C
|
|
}
|