mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-08 09:10:11 +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)
|
||||
@Suppress("INAPPLICABLE_JVM_NAME")
|
||||
@Suppress("INAPPLICABLE_JVM_NAME", "EXPOSED_FUNCTION_RETURN_TYPE")
|
||||
@Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN)
|
||||
@JvmName("followedBy")
|
||||
@JvmSynthetic
|
||||
|
Loading…
Reference in New Issue
Block a user