Example:
fun foo() = null
The quick fix specifies the return type explicitly:
fun foo(): Nothing? = null