goog.module('multipleconstructors.PrimaryWithParentPrimary');

goog.require('kotlin.jvm.internal.DefaultConstructorMarker');
goog.require('multipleconstructors.ParentWithPrimary');
goog.require('nativebootstrap.Util');

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