goog.module('foreachstatement.StringIterable');

goog.require('foreachstatement.StringIterator');
goog.require('java.lang.Iterable');
goog.require('nativebootstrap.Util');

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