goog.module('variance.Bounded');

goog.require('java.lang.CharSequence');
goog.require('nativebootstrap.Util');
goog.require('variance.Container');

const Bounded = goog.require('variance.Bounded$impl');
exports = Bounded;
