Open
Description
In dart-archive/linter#3592 I overlooked an obvious mistake in my implementation. I was confused because the AST that I saw in the test failure did not show the nodes I thought my visitor should be visiting.
@stereotype441 discovered that the AST dump in the failure is a fresh parse.
Metadata
Metadata
Assignees
Labels
A lower priority bug or feature requestFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.Issues with the analyzer's support for the linter packageIncorrect behavior (everything from a crash to more subtle misbehavior)Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable