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