class AddStaticTest { static main(){ foo(); } static void foo(){ System.out.println(""); } }