goog.module('switchstatement.SwitchStatement');

goog.require('java.lang.Object');
goog.require('java.lang.RuntimeException');
goog.require('javaemul.internal.InternalPreconditions');
goog.require('nativebootstrap.Util');
goog.require('switchstatement.Numbers');
goog.require('vmbootstrap.Asserts');
goog.require('vmbootstrap.Exceptions');
goog.require('vmbootstrap.Primitives');

const SwitchStatement = goog.require('switchstatement.SwitchStatement$impl');
exports = SwitchStatement;
