you can do the same currently in Kotlin with `null...
# announcements
u
you can do the same currently in Kotlin with
nullable?.let { notNullNullable -> notNullNullable.doSomething() }