Closed
Description
https://dart-review.googlesource.com/c/sdk/+/92125 is the CL to enable set literals support. This causes a small number of analyzer test failures (marked with @failingTest
in the CL). I suspect these failures are not due to real bugs, but rather due to tests making assumptions that will no longer be satisfied once set literals are enabled (e.g. assuming that {}
in a context expecting Iterable
will result in an error). Assuming this is the case, the tests should be fixed and the @failingTest
annotation should be removed.
If any of the failures are due to real bugs, those bugs will need to be fixed.