public class A { void test(int i) { int j = i; } void callTest() { test(0); } }