3fbf85dc37
So #KT-22971 Fixed
9 lines
115 B
Kotlin
Vendored
9 lines
115 B
Kotlin
Vendored
class C {
|
|
companion object {
|
|
fun create() = C()
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
C.<caret>Companion.create()
|
|
} |