mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-24 06:16:06 +00:00
Before, adding an overflow'n `Checked<T>` to another `Checked<T>` would cause a verification faliure when instead it should propogate m_overflow and allow the user to handle the overflow.