invariant_booleans: false positive on comparisons #57734
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-false-positive
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
invariant_booleans reports the
else if
condition of the following code:whereas this is correctly not reported:
I'm using the linter that is bundled with Dart 2.0.0-dev.66.0.
The text was updated successfully, but these errors were encountered: