goog.module('functionalinterface.FunctionalInterfaces.WithDefaultMethod');

goog.require('functionalinterface.FunctionalInterfaces.WithDefaultMethod.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

const WithDefaultMethod = goog.require('functionalinterface.FunctionalInterfaces.WithDefaultMethod$impl');
exports = WithDefaultMethod;
