kotlin-python icon indicating copy to clipboard operation
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

Open krzema12 opened this issue 2 years ago • 1 comments

Originally created by @SerVB.

krzema12 avatar Nov 22 '21 09:11 krzema12

This code (oror, addadd) is inside JsIrArithBuilder.

SerVB avatar Apr 29 '22 13:04 SerVB