function inline with simple async code #59783
Labels
analyzer-quick-fix
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
function inline with simple async code
inline foo result:
expected code:
this pattern is valid but unnecessary it creates a lambda rather than inlining
await (int i, int j) async{ ................ }(i, j);
The text was updated successfully, but these errors were encountered: