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