summary refs log tree commit diff stats
path: root/tests/generics/m3770.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #20900; Calling template through from generic function across module ↵ringabout2023-04-131-2/+7
| | | | | | | fails to build (#21649) * fixes #20900; Calling template through from generic function across module fails to build * sanother way
* fixes #3770; templates with untyped parameters resolve private fields ↵ringabout2023-03-211-0/+6
wrongly in generics (#21554) * fixes #3770; templates with untyped parameters resolve private fields wrongly * add a test case for #3770 * rename to `nfSkipFieldChecking`