mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 16:52:50 +00:00
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.