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

goog.require('cast.CastGenerics.A.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

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