3fbf85dc37
So #KT-22971 Fixed
10 lines
122 B
Kotlin
Vendored
10 lines
122 B
Kotlin
Vendored
// PROBLEM: none
|
|
class C {
|
|
companion object {
|
|
fun create() = C()
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
<caret>C.create()
|
|
} |