class Foo { void register(Foo param) { } void foo(Foo param) { register(<caret>) } }