报告具有隐式
Nothing?
类型的变量和函数。
示例:
fun foo() = null
该快速修复会显式指定返回类型:
fun foo(): Nothing? = null