summary refs log tree commit diff stats
path: root/tests/errmsgs/tstaticexprscope.nim
Commit message (Collapse)AuthorAgeFilesLines
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-291-1/+1
|
* Open a new scope for `static:` expr blocks (#10649)LemonBoy2019-02-231-0/+11
Bring this in line with how plain blocks are analysed and avoids codegen errors if one references variables defined in such a block.