367b84d45e
^KTIJ-25995
11 lines
139 B
Kotlin
Vendored
11 lines
139 B
Kotlin
Vendored
class ClassWithCompanion {
|
|
companion object {
|
|
fun foo() { }
|
|
}
|
|
}
|
|
|
|
/**
|
|
* [ClassWithCompanion.f<caret>oo]
|
|
*/
|
|
fun test() { }
|