Annotate all new API with SinceKotlin in kotlin-stdlib and kotlin-test
This commit is contained in:
@@ -22,6 +22,7 @@ internal open class PlatformImplementations {
|
||||
}
|
||||
}
|
||||
|
||||
@SinceKotlin("1.1")
|
||||
@kotlin.internal.InlineExposed
|
||||
internal fun platformCloseSuppressed(instance: Closeable, cause: Throwable) = IMPLEMENTATIONS.closeSuppressed(instance, cause)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user