or as <@U0B8F96DT> said, `a?.let { it.doSomething(...
# android
o
or as @vmironov said,
a?.let { it.doSomething(); it.doSomethingElse() }