What about .let in this case? y?.let { println(“...
# announcements
d
What about .let in this case? y?.let { println(“cat”) } ?: println(“Bird”)