goog.module('bridgemethods.InterfaceWithDefaultMethod');

goog.require('nativebootstrap.Util');

const InterfaceWithDefaultMethod = goog.require('bridgemethods.InterfaceWithDefaultMethod$impl');
exports = InterfaceWithDefaultMethod;
