public class Foo { void m() { methodCall(.while<caret> } boolean methodCall(String s) { return null; } }