88a5eb24d5
So #KT-24385 Fixed
9 lines
116 B
Plaintext
Vendored
9 lines
116 B
Plaintext
Vendored
class C {
|
|
companion object {
|
|
fun foo(s: String) = 1
|
|
}
|
|
}
|
|
|
|
class Test {
|
|
val f = C.Companion::foo
|
|
} |