Refactoring operations should use var/final/const as appropriate #50018
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-refactoring
Issues with analysis server refactorings
devexp-ux
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
Original issue: flutter/flutter-intellij#6304
Summary: refactoring operations that create new declarations should use
final
andconst
where appropriate. Currently,var
is used everywhere.The text was updated successfully, but these errors were encountered: