mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
When the leftmost binary relationship expression of the two being transformed belongs itself to the left operand of a nested logical AND. Previously, we mistakenly tried to insert the containing logical AND expression into the generated chained comparison when useRightChildOfLeft parameter of the quickfix was false.
1 line
56 B
Python
1 line
56 B
Python
row >= 0 and 0 <= col < self.width and row < self.height |