goog.module('localfunction.ParametrizedClass');

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

const ParametrizedClass = goog.require('localfunction.ParametrizedClass$impl');
exports = ParametrizedClass;
