goog.module('typewildcards.GenericType');

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

const GenericType = goog.require('typewildcards.GenericType$impl');
exports = GenericType;
