a5aad22fe7
So #KT-23620 Fixed
9 lines
133 B
Kotlin
Vendored
9 lines
133 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
class Owner {
|
|
companion object {
|
|
object InCompanion
|
|
}
|
|
}
|
|
|
|
val y = Owner.<caret>Companion.InCompanion |