Isn’t this ```foo?.let { // use foo, which is n...
# announcements
c
Isn’t this
Copy code
foo?.let {
  // use foo, which is now smart cast
}
?