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

goog.require('boundedtypesupercall.Main.Bar.$1');
goog.require('boundedtypesupercall.Main.Foo');
goog.require('java.lang.Comparable');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

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