mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 18:00:33 +08:00
Fix buidl
This commit is contained in:
parent
4184b5f7d9
commit
cdf574d97a
@ -58,7 +58,7 @@ private constructor(val target: Long, val display: String) :
|
|||||||
|
|
||||||
// 自动为消息补充 " "
|
// 自动为消息补充 " "
|
||||||
@OptIn(MiraiInternalAPI::class)
|
@OptIn(MiraiInternalAPI::class)
|
||||||
@Suppress("INAPPLICABLE_JVM_NAME")
|
@Suppress("INAPPLICABLE_JVM_NAME", "EXPOSED_FUNCTION_RETURN_TYPE")
|
||||||
@Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN)
|
@Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN)
|
||||||
@JvmName("followedBy")
|
@JvmName("followedBy")
|
||||||
@JvmSynthetic
|
@JvmSynthetic
|
||||||
|
Loading…
Reference in New Issue
Block a user