Ignore variables named _
, __
, ... even when implicit-dynamic:false
#26915
Labels
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-enhancement
A request for a change that isn't a bug
These names are usually used for unused parameters.
In Polymer apps I have a lot of methods where a specific signature is expected by Polymer but the parameters passed by default are often not relevant:
adding
dynamic
everywhere is cumbersome for something that should communicate that it is unusedThe text was updated successfully, but these errors were encountered: