goog.module('boundedtypesupercall.Main.Foo');

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

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