summary refs log tree commit diff stats
path: root/tests/macros/tnewlit.nim
Commit message (Collapse)AuthorAgeFilesLines
* macros.newLit now works for ref object types (#12307)zah2019-09-301-0/+25
|
* newLit works on enum (#9662)Arne Döring2018-11-091-0/+20
| | | | | | * newLit works on enum * remove debugging echo
* newLit emty seq fix (#6091)Arne Döring2017-07-131-0/+9
| | | | * the type of the empty seq is still the correct type * updated test
* more and improved newLit procs in macros moduleArne Döring2017-05-231-0/+140