`val combinedMap = oldMap + mapOf(newKey to newVal...
# announcements
s
val combinedMap = oldMap + mapOf(newKey to newValue)
perhaps?