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.
id='n52' href='#n52'>52 53 54 55 56 57 58 59 60 61 62 63 64 65