class Test { static void foo(){int i = 0;} void bar() { foo(); } }