goog.module('foreachstatement.ForEachStatementKt');

goog.require('foreachstatement.StringIterable');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

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