goog.module('foreachstatement.ForEachStatement');

goog.require('foreachstatement.ForEachStatement.Exception1');
goog.require('foreachstatement.ForEachStatement.Exception2');
goog.require('foreachstatement.ForEachStatement.Exception3');
goog.require('foreachstatement.ForEachStatement.Exception4');
goog.require('foreachstatement.ForEachStatement.IterableReturningTypeVariable');
goog.require('foreachstatement.ForEachStatement.StringIterable');
goog.require('java.lang.Character');
goog.require('java.lang.Exception');
goog.require('java.lang.Integer');
goog.require('java.lang.Iterable');
goog.require('java.lang.Number');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('java.lang.Throwable');
goog.require('java.util.Iterator');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Arrays');
goog.require('vmbootstrap.Casts');
goog.require('vmbootstrap.Exceptions');
goog.require('vmbootstrap.Primitives');

const ForEachStatement = goog.require('foreachstatement.ForEachStatement$impl');
exports = ForEachStatement;
