mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
a810b9bca8
The old code assumes unary minus (`-@`) does not cause any side effect (including errors). Considering the code like `-nil; nil`, the assumption was too aggressive.