8 lines
117 B
Kotlin
Vendored
8 lines
117 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
class C {
|
|
companion <!REDECLARATION!>object<!> {}
|
|
|
|
val <!REDECLARATION!>Companion<!> = C
|
|
}
|