Files
Nim/tests/enum
ringabout f2a9765014 fixes #23952; Size/Signedness issues with unordered enums (#24356)
fixes #23952

It reorders `type Foo = enum A, B = -1` to `type Foo = enum B = -1, A`
so that `firstOrd` etc. continue to work.

(cherry picked from commit 294b1566e7)
2025-01-14 07:50:17 +01:00
..
2022-04-07 20:57:50 +02:00
2022-04-07 20:57:50 +02:00
2022-04-07 20:57:50 +02:00
2020-11-02 08:56:51 +01:00
2019-02-13 23:30:14 +01:00