goog.module('forstatement.ForStatement');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Long');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.LongUtils');
goog.require('vmbootstrap.Primitives');

const ForStatement = goog.require('forstatement.ForStatement$impl');
exports = ForStatement;
