All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin.internal.JRE7PlatformImplementations.kt Maven / Gradle / Ivy

package kotlin.internal


@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER", "CANNOT_OVERRIDE_INVISIBLE_MEMBER")
internal open class JRE7PlatformImplementations : PlatformImplementations() {

    override fun addSuppressed(cause: Throwable, exception: Throwable) = cause.addSuppressed(exception)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy