package kotlin import java.util.Objects @PublishedApi internal object ExceptionsKt { @Suppress("RemoveRedundantQualifierName") @JvmStatic @PublishedApi internal fun addSuppressed(`this`: kotlin.Throwable, e2: kotlin.Throwable?) { (java.lang.Throwable::addSuppressed)(`this` as java.lang.Throwable, e2) } }