/** * @see Foo.bar */ fun xyzzy() { } class Foo { fun bar() { } } // REF: (in Foo).bar()