package p; class Test { public static final Test FOO = new Test() { public void foo() { int var2 = 1; } }; }