class Test { void bar() { foo(); } static void foo() { System.out.println(""); System.out.println(""); } }