Analyzer future flattening needs to be updated to follow spec #31887
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
I'm currently working on a CL based on @kmillikin's https://dart-review.googlesource.com/c/sdk/+/32620, which updates the front end's future flattening behavior to match the new Dart 2.0 specification (flattening is no longer recursive, so only one level of flattening is performed at a time).
A similar fix will need to be made to the analyzer code base.
The text was updated successfully, but these errors were encountered: