The type schema used by the compiler front end to perform type inference on the operand of a null-aware spread operator (...?) in map and set literals will be made nullable, to match the behavior of list literals (and to match the behavior of the analyzer).
Although this is technically a breaking change, it's not expected to have any effect on real-world code.
If you have any concerns about this change, please leave comments in the linked issue.
Thank you!
Paul