goog.module('enums.Enum3');

goog.require('java.lang.Enum');
goog.require('java.lang.String');
goog.require('java.util.function.Function');
goog.require('javaemul.internal.Enums.NativeMap.$Overlay');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Arrays');
goog.require('vmbootstrap.Casts');
goog.require('vmbootstrap.Enums');

const Enum3 = goog.require('enums.Enum3$impl');
exports = Enum3;
