blob: f0918092313073998a1147573eb0df88e3ede871 [file]
fun foo(i: Int) {
<caret>O.foo()
}
object O {
fun foo() {}
}
// EXPECTED: O