goog.module('intersectiontype.Setable');

goog.require('intersectiontype.Setable.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

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