goog.module('supermethodcall.SuperToStringTest');

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

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