Files
Nim/tests/statictypes
ringabout 234f01510f fixes #25942 #25938; type inference for static container type (#25989)
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.
2026-08-03 11:52:04 +02:00
..
2017-06-20 11:29:42 +02:00
2023-08-09 23:17:08 +08:00
2018-03-24 15:28:09 +01:00
2017-06-20 11:29:42 +02:00
2018-04-06 13:10:22 +02:00