goog.module('multipleconstructors.ParentWithoutPrimary');

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

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