goog.module('cast.CastGenerics');

goog.require('cast.CastGenerics.$1');
goog.require('cast.CastGenerics.$2');
goog.require('cast.CastGenerics.$3');
goog.require('cast.CastGenerics.A');
goog.require('cast.CastGenerics.A1');
goog.require('cast.CastGenerics.A2');
goog.require('cast.CastGenerics.B');
goog.require('cast.CastGenerics.BaseImplementor');
goog.require('cast.CastGenerics.C');
goog.require('cast.CastGenerics.Container');
goog.require('cast.CastGenerics.Empty1');
goog.require('cast.CastGenerics.Empty2');
goog.require('cast.CastGenerics.Foo');
goog.require('cast.CastGenerics.Implementor');
goog.require('java.lang.Enum');
goog.require('java.lang.Error');
goog.require('java.lang.Integer');
goog.require('java.lang.Number');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('javaemul.internal.InternalPreconditions');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Arrays');
goog.require('vmbootstrap.Casts');

const CastGenerics = goog.require('cast.CastGenerics$impl');
exports = CastGenerics;
