mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-26 07:20:09 +08:00
Fix references
This commit is contained in:
parent
165de9a85d
commit
5c8e995d78
@ -45,7 +45,7 @@ object AtAll :
|
||||
// 自动为消息补充 " "
|
||||
@OptIn(MiraiInternalAPI::class)
|
||||
@Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN)
|
||||
@Suppress("INAPPLICABLE_JVM_NAME")
|
||||
@Suppress("INAPPLICABLE_JVM_NAME", "EXPOSED_FUNCTION_RETURN_TYPE")
|
||||
@JvmName("followedBy")
|
||||
@JvmSynthetic
|
||||
override fun followedBy1(tail: Message): CombinedMessage {
|
||||
|
Loading…
Reference in New Issue
Block a user