goog.module('multipleconstructors.NoPrimaryWithParentPrimary');

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

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