9 lines
122 B
Kotlin
Vendored
9 lines
122 B
Kotlin
Vendored
class Companion {
|
|
fun test() {
|
|
<caret>Companion.foo
|
|
}
|
|
|
|
companion object {
|
|
val foo = ""
|
|
}
|
|
} |