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

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

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