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

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

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