Consider EXTRANEOUS_MODIFIER
diagnostic improvements
#55814
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
model-parser
Parser issues in the analyzer/CFE
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
In https://dart-review.googlesource.com/c/sdk/+/367540, I removed a bunch of unused diagnostics that are hold-overs from the analyzer's parser. They're dead so removing them is the right thing to do but the messages they provided are arguably better than the more generic shared one produced by the
EXTRANEOUS_MODIFIER
catch-all produced by the shared parser.This issue is a place-holder if we decide to revisit.
/fyi @stereotype441 @bwilkerson
The text was updated successfully, but these errors were encountered: