Commit cdf574d9 authored by Him188's avatar Him188

Fix buidl

parent 4184b5f7
...@@ -58,7 +58,7 @@ private constructor(val target: Long, val display: String) : ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment