goog.module('overwrittentypevariables.ParameterizedTypeImpl');

goog.require('java.lang.Integer');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('nativebootstrap.Util');
goog.require('overwrittentypevariables.ParameterizedType');
goog.require('vmbootstrap.Casts');

const ParameterizedTypeImpl = goog.require('overwrittentypevariables.ParameterizedTypeImpl$impl');
exports = ParameterizedTypeImpl;
