Short circuiting on the `?.` operator can cause so...
# getting-started
d
Short circuiting on the
?.
operator can cause some unexpected behavior, which is why it doesn’t work that way in Kotlin.