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
- [FAILED] should not allow mixed arithmetic (float) [68ms]
Reason: An unexpected panic was thrown: Type error: expected the result of `add` to be Decimal, but got <ERR>.
at <enso> Decimal.add(/Users/gmt/dev/enso/enso/built-distribution/enso-engine-0.0.0-dev-macos-aarch64/enso-0.0.0-dev/lib/Standard/Base/0.0.0-dev/src/Data/Decimal.enso:478-482)
The text was updated successfully, but these errors were encountered:
(This bug refers to #10725)
This change to
Decimal.add
results in the error shown below, in the case of a thrown error:Error:
The text was updated successfully, but these errors were encountered: