goog.module('multipleconstructors.NoPrimaryWithParentNoPrimary');

goog.require('multipleconstructors.ParentWithoutPrimary');
goog.require('nativebootstrap.Util');

const NoPrimaryWithParentNoPrimary = goog.require('multipleconstructors.NoPrimaryWithParentNoPrimary$impl');
exports = NoPrimaryWithParentNoPrimary;
