mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
GitOrigin-RevId: 3d76a0b29748d9f0e5593f87eeb66ce1bfdd81bc
8 lines
262 B
HTML
8 lines
262 B
HTML
<html>
|
|
<body>
|
|
<span>
|
|
This intention converts boolean comparison expression <b>not(a negop b)</b> into <b>a op b</b>.
|
|
Where <code>op</code> and <code>negop</code> are mutually inverse comparison operators, like <b>==</b> and <b>!=</b>.
|
|
</span>
|
|
</body>
|
|
</html> |