9 lines
143 B
Kotlin
Vendored
9 lines
143 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// TARGET_BACKEND: JVM_IR
|
|
|
|
class C {
|
|
companion <!REDECLARATION!>object<!> {}
|
|
|
|
val <!REDECLARATION!>Companion<!> = C
|
|
}
|