goog.module('boundedtypevariable.BoundedTypeVariable');

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

const BoundedTypeVariable = goog.require('boundedtypevariable.BoundedTypeVariable$impl');
exports = BoundedTypeVariable;
