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

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

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