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