goog.module('intersectiontype.IntersectionTypeTest.GenericType');

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

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