summary refs log tree commit diff stats
path: root/tests/global/t5958.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make `static` blocks introduce their own scopeLemonBoy2018-06-241-0/+9
Treat the static block as a normal block, don't leak any identifier in the outer scope. Fixes #5958