Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #20900; Calling template through from generic function across module ↵ | ringabout | 2023-04-13 | 1 | -0/+4 |
| | | | | | | | 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 ↵ | ringabout | 2023-03-21 | 1 | -0/+9 |
wrongly in generics (#21554) * fixes #3770; templates with untyped parameters resolve private fields wrongly * add a test case for #3770 * rename to `nfSkipFieldChecking` |