묵시적 Nothing? 타입의 변수 및 함수를 보고합니다.

예:


  fun foo() = null

빠른 수정에서는 반환 타입을 명시적으로 지정합니다.


  fun foo(): Nothing? = null