Kotlin - Collections Fundamentals
Given a mutable map
val map = mutableMapOf("x" to 5), which code adds a new key "y" with value 10 only if "y" is not already present?