Analyzer warns about missing return value in sync*/async* functions #22411
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
closed-invalid
Closed as we don't believe the reported issue is generally actionable
P1
A high priority bug; for example, a single project is unusable or has many test failures
Milestone
python tools/test.py -mrelease -cdartanalyzer -rnone -t240 language/asyncstar_yield_test
Minimal reproduction:
Iterable main() sync* {
return;
}
The text was updated successfully, but these errors were encountered: