mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-02 20:03:45 +00:00
fixes #25942 fixes #25938 After a successful match to a concrete static T, normalizes an empty static container literal to the formal payload type before binding it. This prevents `static[set[empty]]({})` from leaking into the instantiated proc body.