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