goog.module('unreachableclass.Main');

goog.require('java.lang.Object');
goog.require('java.lang.RuntimeException');
goog.require('nativebootstrap.Util');
goog.require('unreachableclass.Main.$1');
goog.require('unreachableclass.Main.$1A');
goog.require('vmbootstrap.Exceptions');

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