[lint] [omit_obvious_local_variable_types] false positive #59957
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
linter-false-positive
Omit the type annotation on a local variable when the type is obvious. Try removing the type annotation.
for me, there is nothing obvious here that makes
path
aString
except the name.So I think this is a false positive for
omit_obvious_local_variable_types
The text was updated successfully, but these errors were encountered: