fun some() : String? = null fun test() { val test = some() } //INFO: val test: kotlin.String? defined in test