goog.module('defaultparams.FooImplWithDefaultOverride');

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

const FooImplWithDefaultOverride = goog.require('defaultparams.FooImplWithDefaultOverride$impl');
exports = FooImplWithDefaultOverride;
