1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Subhomoy Haldar 8759409a69
math.big: fix min i32 value bug (#17775)
* attempt big int min value fix

* cast value for correct comparison

* update edge case

* add one more test
2023-03-26 08:45:42 +03:00
..