Files
Nim/tests/objects
metagn a625fab098 make fillObjectFields recur over base type (#24854)
fixes #24847

Object constructors call `fillObjectFields` when a field inside the
constructor does not have a location, however when the field is from a
base type this does not process it. Now `fillObjectFields` also calls
itself for the base type to fix this but not sure if this is a good
solution as `fillObjectFields` is used in other places too.
2025-04-08 17:00:58 +03:00
..
2022-09-23 13:05:05 +02:00
2022-09-23 13:05:05 +02:00
2019-05-29 22:21:51 +02:00