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

goog.require('nativebootstrap.Util');

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