summary refs log tree commit diff stats
path: root/tests/template/taliassyntaxerrors.nim
Commit message (Collapse)AuthorAgeFilesLines
* alias syntax fixes, improvements and tests (#21671)metagn2023-04-221-0/+28
* alias syntax fixes, improvements and tests * even better, cannot use alias syntax with generics * more type tests, improve comment * fix again * consistent error message + make t5167_5 work * more comments, remove {.noalias.}