import java.lang.Exception; public class Foo { void m() { methodCall(.try <caret> } void methodCall(String s) { } }