fun some() : String? = null fun test() { val test = some() } //INFO:
val test: String?