mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
* Add missing priorities for operators: XOR, boolean NOT and floordiv. * Always surround ternary conditional operator in braces if it's going to be inlined in another conditional expression for readability sake (though it does not break semantics if we inline in the else branch).