mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
when the common (middle) expression is the leftmost in the left
sequence of comparisons and the rightmost in the right sequence of
comparisons. Then I removed code duplication from both branches of
`if (myCommonIsInLeftLeft) {}` since they became identical after that.