goog.module('supermethodcall.Super');

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

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