Annotate all new API with SinceKotlin in kotlin-stdlib and kotlin-test

This commit is contained in:
Ilya Gorbunov
2016-10-12 04:24:37 +03:00
parent a8f381cabc
commit a57321dea8
13 changed files with 15 additions and 0 deletions
@@ -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)