Under the covers it uses `putAll` which is just ``...
# announcements
r
Under the covers it uses
putAll
which is just
Copy code
for ((key, value) in pairs) {
    put(key, value)
}
So later entries will simply overwrite existing.