fun foo(i: Int) { O.Companion.foo() } class O { companion object { fun foo() {} } } // EXPECTED: O.Companion