gradle-baseline
gradle-baseline copied to clipboard
Propagate safety through Multimap stream collectors
Before this PR
Safety annotations were already properly propagated for of
and copyOf
static factories, but the stream collectors for multimaps were not properly propagating safety information.
After this PR
==COMMIT_MSG== Stream collectors for multimaps now properly propagate safety information based on their key and value types. ==COMMIT_MSG==