package test; class J { void test(C.O companion) { companion.foo("x"); C.O.foo("y"); } }