From cdf574d97adbcd9561011146b67d1e96f42b036f Mon Sep 17 00:00:00 2001 From: Him188 Date: Mon, 6 Apr 2020 19:13:51 +0800 Subject: [PATCH] Fix buidl --- .../src/commonMain/kotlin/net.mamoe.mirai/message/data/At.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/At.kt b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/At.kt index f485dab1a..3543c4c2d 100644 --- a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/At.kt +++ b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/At.kt @@ -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