goog.module('multipleconstructors.ParentWithPrimary');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

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