goog.module('jsfunction.MainKt');

goog.require('java.lang.Class');
goog.require('java.lang.Double');
goog.require('java.lang.Integer');
goog.require('java.lang.Number');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('javaemul.internal.InternalPreconditions');
goog.require('jsfunction.ClassWithJsFunctionProperty');
goog.require('jsfunction.ContainerImpl');
goog.require('jsfunction.DoubleDoubleJsBiFunction');
goog.require('jsfunction.JsFunctionImplementation');
goog.require('jsfunction.JsFunctionInterface.$Overlay');
goog.require('jsfunction.TIntegerJsBiFunction');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Arrays');
goog.require('vmbootstrap.Casts');
goog.require('vmbootstrap.JavaScriptFunction');
goog.require('vmbootstrap.Primitives');
goog.require('vmbootstrap.primitives.$int');

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