goog.module('nullability.defaultnotnullable.TypeArgumentsInference');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('nullability.defaultnotnullable.TypeArgumentsInference.Pair');

const TypeArgumentsInference = goog.require('nullability.defaultnotnullable.TypeArgumentsInference$impl');
exports = TypeArgumentsInference;
