goog.module('multipleconstructors.PrimaryWithParentNoPrimary');

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

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