goog.module('jsconstructor.B');

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

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