goog.module('instancejsmethods.SuperParent');

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

const SuperParent = goog.require('instancejsmethods.SuperParent$impl');
exports = SuperParent;
