mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-04 09:25:23 +08:00
Suppress EXTENSION_SHADOWED_BY_MEMBER
This commit is contained in:
parent
79ea74bf9a
commit
757bedc657
@ -10,6 +10,7 @@
|
|||||||
package net.mamoe.mirai.utils
|
package net.mamoe.mirai.utils
|
||||||
|
|
||||||
@MiraiInternalAPI
|
@MiraiInternalAPI
|
||||||
|
@Suppress("EXTENSION_SHADOWED_BY_MEMBER")
|
||||||
expect fun Throwable.addSuppressed(e: Throwable)
|
expect fun Throwable.addSuppressed(e: Throwable)
|
||||||
|
|
||||||
@MiraiInternalAPI
|
@MiraiInternalAPI
|
||||||
|
Loading…
Reference in New Issue
Block a user