goog.module('cast.CastGenerics.A1');

goog.require('cast.CastGenerics.Empty1');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

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