mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
fixes #23952 It reorders `type Foo = enum A, B = -1` to `type Foo = enum B = -1, A` so that `firstOrd` etc. continue to work.
fixes #23952 It reorders `type Foo = enum A, B = -1` to `type Foo = enum B = -1, A` so that `firstOrd` etc. continue to work.