summary refs log tree commit diff stats
path: root/tests/generics/tnestedtemplate.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix undeclared identifier in templates in generics (#24069)metagn2024-09-061-0/+9
fixes #13979 Fixes templates in generics that use identifiers that aren't defined yet, giving an early `undeclared identifier` error, by just marking template bodies as in a mixin context in `semgnrc`.