When extract locale variable, can't name with same name of parameter #4787
Labels
in editor
Relates to code editing or language features
in lsp/analysis server
Something to be fixed in the Dart analysis server
is bug
relies on sdk changes
Something that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Describe the bug
When extract locale variable, can't name with same name of parameter
To Reproduce
Steps to reproduce the behavior:
AppBar()
appBar2
or with prompt if I setappBar
, I have this errorThe name 'appBar' is already used in the scope.
Expected behavior
I want name variable
appBar
Please complete the following information:
The text was updated successfully, but these errors were encountered: