goog.module('nullability.explicitnotnullable.ExplicitNotNullable.DependentTypeParameters');

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

const DependentTypeParameters = goog.require('nullability.explicitnotnullable.ExplicitNotNullable.DependentTypeParameters$impl');
exports = DependentTypeParameters;
