summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/7779.false_positive
blob: 2591f17a4cbc378cc8dafc978e5ed2f656bce94e (plain)
1
2
3
4
Fixes ``used-before-assignment`` false positive when the walrus operator
is used in a ternary operator.

Closes #7779