dart fix
applies fixes in part files mutliple times
#59572
Labels
analyzer-bulk-fix
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
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Dart SDK version: 3.7.0-157.0.dev (dev) (Sat Nov 16 12:03:16 2024 -0800) on "windows_x64"
Running
dart fix --apply
on this code will apply the fixes inb.dart
multiple times:The fix adds
const
3 times inb.dart
:Output of
dart fix --apply
:It's not limited to these lints. For example the fix for
require_trailing_commas
would add multiple commas.The text was updated successfully, but these errors were encountered: