diff --git a/mirai-core-api/src/jvmTest/kotlin/event/JvmMethodEventsTestJava.kt b/mirai-core-api/src/jvmTest/kotlin/event/JvmMethodEventsTestJava.kt index 4f5b94ab8..60fcba23a 100644 --- a/mirai-core-api/src/jvmTest/kotlin/event/JvmMethodEventsTestJava.kt +++ b/mirai-core-api/src/jvmTest/kotlin/event/JvmMethodEventsTestJava.kt @@ -17,6 +17,7 @@ import kotlin.test.assertEquals @EventListenerLikeJava @JavaFriendlyAPI +@Suppress("UNUSED_PARAMETER") internal class JvmMethodEventsTestJava : SimpleListenerHost() { private val called = AtomicInteger(0)