Analyzer shouldn't recursively flatten futures #32881
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Milestone
I hit some code that has no errors or warnings with
dartanalyzer --strong
but has parse errors withdart --preview-dart-2
. Here's a contrived demo:Running with
dart --preview-dart-2
gives:Real world code is fixed in dart-lang/test#810
The text was updated successfully, but these errors were encountered: