summary refs log tree commit diff stats
path: root/tests/macros/m18235.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #18235 - proc annotation type macro sym leak (#18249)Saem Ghani2021-06-141-0/+42
* fixes #18235 - proc annotation type macro sym leak - also fixed a typo - proc annotations guard symbol exports with shadow scopes - symbol handling is shadow scope aware * test for exporting an existing unexported sym this one is for my homie alaviss. * Special handling not needed in semProcAnnotation * Testcasing * [skip ci] clean-up and add some more comments * [skip ci] rm trailing whitespace Co-authored-by: Clyybber <darkmine956@gmail.com>