goog.module('castonarrayinit.CastOnArrayInit.Foo');

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

const Foo = goog.require('castonarrayinit.CastOnArrayInit.Foo$impl');
exports = Foo;
