prefer_conditional_assignment false positive on complex statements #57859
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)
Take the following code:
This code reports an error at the LINT line, "Prefer using
??=
over testing for null," because it does not take into account thata.i
is not equal tob.i
.(Same cause as #57855 and #57858)
The text was updated successfully, but these errors were encountered: