NodeLintRegistry
lacks addWildcardPattern
.
#60601
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-plugin
The
NodeLintRegitstry
has an entry for each AST node/visitor ofAstVisitor
, except that it lacks one for the AST nodeWildcardPattern
.Presumably it was never added when wildcards were introduced.
There is a
_forWildcardPattern
list and avistWildcardPattern
visitor running through that list, just no function to add subscriptions to the list.The text was updated successfully, but these errors were encountered: