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