mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-24 23:20:09 +08:00
Fix typo
This commit is contained in:
parent
bdc95d1280
commit
87ad509f70
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user