This commit is contained in:
Him188 2019-11-17 14:09:33 +08:00
parent bdc95d1280
commit 87ad509f70

View File

@ -4,4 +4,4 @@ package net.mamoe.mirai.utils
* 表示这里是不可到达的位置.
*/
@Suppress("NOTHING_TO_INLINE")
internal inline fun assertUnreachable(): Nothing = error("This clause should be reached")
internal inline fun assertUnreachable(): Nothing = error("This clause should not be reached")