Solution even without `if`. ```val foo1 = foo?.fir...
# announcements
g
Solution even without
if
.
Copy code
val foo1 = foo?.first?.second?.third?.fourth?.fifth ?: return
foo1.doSomething()
Not really universal, but works for some cases