Commit 5c8e995d authored by Him188's avatar Him188

Fix references

parent 165de9a8
...@@ -45,7 +45,7 @@ object AtAll : ...@@ -45,7 +45,7 @@ object AtAll :
// 自动为消息补充 " " // 自动为消息补充 " "
@OptIn(MiraiInternalAPI::class) @OptIn(MiraiInternalAPI::class)
@Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN) @Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN)
@Suppress("INAPPLICABLE_JVM_NAME") @Suppress("INAPPLICABLE_JVM_NAME", "EXPOSED_FUNCTION_RETURN_TYPE")
@JvmName("followedBy") @JvmName("followedBy")
@JvmSynthetic @JvmSynthetic
override fun followedBy1(tail: Message): CombinedMessage { override fun followedBy1(tail: Message): CombinedMessage {
......
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