367b84d45e
^KTIJ-25995
13 lines
145 B
Kotlin
Vendored
13 lines
145 B
Kotlin
Vendored
// UNRESOLVED_REFERENCE
|
|
|
|
open class Base {
|
|
companion object {
|
|
fun foo() {}
|
|
}
|
|
}
|
|
|
|
/**
|
|
* [f<caret>oo]
|
|
*/
|
|
class Child : Base() { }
|