Drop HIDDEN deprecations from kotlin-stdlib.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
@file:JvmName("StandardJRE7Kt")
|
||||
package kotlin
|
||||
|
||||
// TODO: Drop before 1.1
|
||||
@SinceKotlin("1.1")
|
||||
@PublishedApi
|
||||
@Deprecated("Provided for binary compatibility")
|
||||
@JvmName("closeSuppressed")
|
||||
internal fun AutoCloseable.closeSuppressedDeprecated(cause: Throwable) = closeFinally(cause)
|
||||
|
||||
Reference in New Issue
Block a user