blob: dc8e8a8523fc0e24e7732bc79caf170bc44843ba [file] [log] [blame]
class Foo {
companion object {
val baz = Foo()
}
}
fun test() {
Foo.<caret>baz
}
Resolved call:
Resulting descriptor: val baz: Foo defined in Foo.Companion
Explicit receiver kind = DISPATCH_RECEIVER
Dispatch receiver = Foo {Companion}
Extension receiver = NO_RECEIVER