package simple_in; public class TestInitializer { static { /*]*/foo();/*[*/ } public static void foo() { System.out.println("Eclipse"); } }