/** * This is the same as [C.bar] */ fun foo() {} class C { fun bar() {} } // REF: (in C).bar()