import static foo.Foo.foo; class Bar { { System.out.println(foo); System.out.println(bax); } int bar = 42; }