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