1=== test/Test.java === 2package test; 3 4public class Test { 5 public static Test INSTANCE = new Test() { 6 }; 7} 8