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

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

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