goog.module('genericanddefaultmethods.InterfaceWithDefault');

goog.require('nativebootstrap.Util');

const InterfaceWithDefault = goog.require('genericanddefaultmethods.InterfaceWithDefault$impl');
exports = InterfaceWithDefault;
