Closed Markzipan closed 4 months ago
Fixes tests that break due to https://dart-review.googlesource.com/c/sdk/+/373327
DDC now represents _HashSet object as LinkedSet in its internal representation (no implementation changes).
_HashSet
LinkedSet
Note that this introduced new test failures on the dev channel. Not sure if we expect these to just go away soon, or if the test should be more resilient (allow either representation?)
dev
Fixes tests that break due to https://dart-review.googlesource.com/c/sdk/+/373327
DDC now represents
_HashSet
object asLinkedSet
in its internal representation (no implementation changes).