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

goog.require('intersectiontype.Getable');
goog.require('intersectiontype.IntersectionTypeTest');
goog.require('intersectiontype.Setable');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

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