goog.module('intersectiontype.IntersectionTypeTest');

goog.require('intersectiontype.Cmp');
goog.require('intersectiontype.Cmp2');
goog.require('intersectiontype.CmpImpl');
goog.require('intersectiontype.Getable');
goog.require('intersectiontype.IntersectionTypeTest.$LambdaAdaptor$1');
goog.require('intersectiontype.IntersectionTypeTest.$LambdaAdaptor$2');
goog.require('intersectiontype.IntersectionTypeTest.A');
goog.require('intersectiontype.IntersectionTypeTest.EmptyA');
goog.require('intersectiontype.IntersectionTypeTest.EmptyB');
goog.require('intersectiontype.IntersectionTypeTest.GenericType');
goog.require('intersectiontype.IntersectionTypeTest.SomeConcreteType');
goog.require('intersectiontype.Setable');
goog.require('java.lang.Comparable');
goog.require('java.lang.Integer');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

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