Describe the bug
Assign value to new local variable still makes var when prefer_final_locals present in lint rules
To Reproduce
- Create project:
dart create my_dart
- Add code:
1 + 2 + 3
- Refactor code: press keys
CMD + .
Expected behavior
Screenshots

Versions (please complete the following information):
- VS Code version: 1.59.1
- Dart extension version: v3.25.1
- Dart/Flutter SDK version: flutter-2.2.3