Future.wait([f1, f2]) does not have the correct return type #27134
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
This code has a warning
WARNING: Unsound implicit cast from List<dynamic> to List<List<A>> ([my_test] bin/test2.dart:6)
.but if I extract
[f1, f2]
into a local variable, it does not have this warning.The text was updated successfully, but these errors were encountered: