goog.module('instancejsmethods.MainKt');

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

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