Let’s go through the possible cases. For this func...
# arrow
p
Let’s go through the possible cases. For this function:
Copy code
fun bla() {
  1.left().getOrElse { return 2 }
  3.right().getOrElse { return 4 }
}