goog.module('dataclass.IntValueHolder');

goog.require('dataclass.ValueHolder');
goog.require('java.lang.Integer');
goog.require('java.lang.Object');
goog.require('javaemul.internal.InternalPreconditions');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');
goog.require('vmbootstrap.Objects');

const IntValueHolder = goog.require('dataclass.IntValueHolder$impl');
exports = IntValueHolder;
