null
예:
fun greeting(user: String): String? = "Hello, $user!"
빠른 수정을 적용한 후:
fun greeting(user: String): String = "Hello, $user!"