goog.module('anonymousclass.Foo');

goog.require('nativebootstrap.Util');

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