goog.module('shadowing.Foo');

goog.require('java.lang.RuntimeException');
goog.require('java.util.Iterator');
goog.require('kotlin.collections.AbstractCollection');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Exceptions');

const Foo = goog.require('shadowing.Foo$impl');
exports = Foo;
