> you can do the same currently in Kotlin with ...
# announcements
a
you can do the same currently in Kotlin with `nullable?.let { notNullNullable -> notNullNullable.doSomething() }
Yes, but the
if(val a = nullable)
syntax would be nice