There can be more operations: ``` somethingThatMay...
# random
m
There can be more operations:
Copy code
somethingThatMayBeNull()?.let {
    it.doSomething()
    it.doSomethingElse()
}