FN neg_multiply: x *= -1 ? #3037
Labels
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
S-needs-discussion
Status: Needs further discussion before merging or work can be started
For some reason the lint catches
but not
is this intended?
(I assume it wants
x = -x
)The text was updated successfully, but these errors were encountered: