goog.module('jsconstructor.D');

goog.require('jsconstructor.B');
goog.require('nativebootstrap.Util');

const D = goog.require('jsconstructor.D$impl');
exports = D;
