kotlin-python
kotlin-python copied to clipboard
Understand why some expressions are compiled as `(True) if (limit < 0) else (count <= limit)` but not as `(limit < 0) or (count <= limit)` and fix it
Originally created by @SerVB.
This code (oror
, addadd
) is inside JsIrArithBuilder
.