报告
void
或
never
函数的返回值的用法。
由于
void
函数没有返回值,且
never
函数会终止执行或抛出异常,这种用法很可能是编程错误。