public class Test { public void <caret>test123(int i, int j) { } public void foo() { test123(1, 2); } }