Reports variables and functions with the implicit Nothing? type.

Example:


  fun foo() = null

The quick fix specifies the return type explicitly:


  fun foo(): Nothing? = null