goog.module('supermethodcall.Sub');

goog.require('nativebootstrap.Util');
goog.require('supermethodcall.I1');
goog.require('supermethodcall.I2');
goog.require('supermethodcall.I3');
goog.require('supermethodcall.Super');

const Sub = goog.require('supermethodcall.Sub$impl');
exports = Sub;
