goog.module('autovalue.$AutoValue_AutoValueWithExtensions');

goog.require('autovalue.AutoValueWithExtensions');
goog.require('java.lang.String');
goog.require('java.lang.StringBuilder');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Objects');

const $AutoValue__AutoValueWithExtensions = goog.require('autovalue.$AutoValue_AutoValueWithExtensions$impl');
exports = $AutoValue__AutoValueWithExtensions;
