// "Assert 'field != null'" "false" enum A { I(field.hashCode()); private static Object field; A(int i) {} }