mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-27 09:00:15 +08:00
[core] fix since version of ExternalResource.input
This commit is contained in:
parent
00db1fe187
commit
aa40f3f3d7
@ -173,7 +173,7 @@ public expect interface ExternalResource : Closeable {
|
||||
* 关闭此流不会关闭 [ExternalResource].
|
||||
* @throws IllegalStateException 当上一个流未关闭又尝试打开新的流时抛出
|
||||
*
|
||||
* @since SINCE_NATIVE_TARGET
|
||||
* @since 2.13
|
||||
*/
|
||||
public fun input(): Input
|
||||
|
||||
|
@ -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
|
||||
|
@ -167,7 +167,7 @@ public actual interface ExternalResource : Closeable {
|
||||
* 关闭此流不会关闭 [ExternalResource].
|
||||
* @throws IllegalStateException 当上一个流未关闭又尝试打开新的流时抛出
|
||||
*
|
||||
* @since SINCE_NATIVE_TARGET
|
||||
* @since 2.13
|
||||
*/
|
||||
public actual fun input(): Input
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user