"Convert 'forEach' to a 'for' loop" should consider prefer_final_in_for_each
#56876
Labels
legacy-area-analyzer
Use area-devexp instead.
type-enhancement
A request for a change that isn't a bug
The fix
Convert 'forEach' to a 'for' loop
(lintavoid_function_literals_in_foreach_calls
) should considerprefer_final_in_for_each
.Today:
Becomes:
I volunteer to fix this.
The text was updated successfully, but these errors were encountered: