[core] fix since version of ExternalResource.input

This commit is contained in:
Him188 2022-09-21 12:01:47 +08:00
parent 00db1fe187
commit aa40f3f3d7
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375
3 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ public expect interface ExternalResource : Closeable {
* 关闭此流不会关闭 [ExternalResource].
* @throws IllegalStateException 当上一个流未关闭又尝试打开新的流时抛出
*
* @since SINCE_NATIVE_TARGET
* @since 2.13
*/
public fun input(): Input

View File

@ -191,7 +191,7 @@ public actual interface ExternalResource : Closeable {
* 关闭此流不会关闭 [ExternalResource].
* @throws IllegalStateException 当上一个流未关闭又尝试打开新的流时抛出
*
* @since SINCE_NATIVE_TARGET
* @since 2.13
*/
@MiraiExperimentalApi
public actual fun input(): Input

View File

@ -167,7 +167,7 @@ public actual interface ExternalResource : Closeable {
* 关闭此流不会关闭 [ExternalResource].
* @throws IllegalStateException 当上一个流未关闭又尝试打开新的流时抛出
*
* @since SINCE_NATIVE_TARGET
* @since 2.13
*/
public actual fun input(): Input