alexfacciorusso
you can do the same currently in Kotlin with `nullable?.let { notNullNullable -> notNullNullable.doSomething() }
if(val a = nullable)