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

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

There is a newer version: 1.2.71
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy