Merging of nested ifs not always correct #631
Labels
bug
Something isn't working
false-positive
A lint triggers on something that is correct.
high-priority
Issues that should be solved as soon as possible
Summary
For the below code, it seems to suggest merging the nested if with the outer one through
&&
, even though that is not applicable.Lint Name
ChainedIfCheck
Reproducer
and
The text was updated successfully, but these errors were encountered: