goog.module('shadowing.FooKt');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('shadowing.Foo');

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