summary refs log tree commit diff stats
path: root/tests/macros/tmacrogetimpl.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #5034 illformed AST from getImpl with proc returning value (#17976)Dylan Modesitt2021-05-311-0/+31
* Fixes 5034 * address comments