Suppress EXTENSION_SHADOWED_BY_MEMBER

This commit is contained in:
Him188 2020-02-18 13:38:11 +08:00
parent 79ea74bf9a
commit 757bedc657

View File

@ -10,6 +10,7 @@
package net.mamoe.mirai.utils
@MiraiInternalAPI
@Suppress("EXTENSION_SHADOWED_BY_MEMBER")
expect fun Throwable.addSuppressed(e: Throwable)
@MiraiInternalAPI