goog.module('nativejstypeobjectmethods.Main');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('test.foo.NativeJsTypeWithToString');
goog.require('test.foo.NativeJsTypeWithoutToString');
goog.require('vmbootstrap.Objects');

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