mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-04 14:38:38 +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.