Commit ff0a3d43 authored by Him188's avatar Him188

Add Unreachable

parent 0a286061
package net.mamoe.mirai.utils
/**
* 表示这里是不可到达的位置.
*/
@Suppress("NOTHING_TO_INLINE")
internal inline fun assertUnreachable(): Nothing = error("This clause should be reached")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment