Error when running dart fix (Bad state: Missing a visit method for a node of type PatternAssignmentImpl) #56929
Labels
analyzer-dartfix
Issues with the dartfix package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P3
A lower priority bug or feature request
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Just encountered this error when running
dart fix --dry-run
. Since I was prompted to do so, I opened this ticket.I have to add that I tried
dart fix --apply
next which completed without an error, and since then I can no longer reproduce the issue (dart fix --dry-run
no longer throws an error).The text was updated successfully, but these errors were encountered: