[Attributor][FIX] Ensure order for multiple references into map
If we have multiple references into a map we need to ensure the ones created late do not invalidate the ones created early. To do that we need to make sure all but the first are not modifying the map, hence for them the keys have to be present already. Fixes #52875.
Loading
Please sign in to comment