Usage of renamed field will be shadowed by parameter. need to introduce this.
#59954
Labels
analyzer-refactoring
analyzer-server
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
rename
_lutFolders
tolutFolders
I get the following error:
Usage of renamed field will be shadowed by parameter 'lutFolders'.
Here is the expected code:
if the input is the following everything works as expected:
the renaming should be able to introduce
this.
when necessaryThe text was updated successfully, but these errors were encountered: