goog.module('instancejsmethods.Main');

goog.require('instancejsmethods.Child');
goog.require('instancejsmethods.Parent');
goog.require('instancejsmethods.SuperParent');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

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