You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
JSIL translated code fails on next test case:
It fails with
Error: cannot construct UInt64 from negative number
.This code was translated to:
So, probably we should allow creation of UInt64 from negative numbers with built-in conversion or fix how JSIL translates it.
The text was updated successfully, but these errors were encountered: