1: package javahints; 2: 3: public enum TestShortErrorsMethodInvocation2 { 4: 5: A, B; 6: 7: private TestShortErrorsMethodInvocation2(String c) { 8: } 9: }