goog.module('genericanddefaultmethods.InterfaceWithDefault');

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

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