Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `static` blocks introduce their own scope | LemonBoy | 2018-06-24 | 1 | -0/+9 |
Treat the static block as a normal block, don't leak any identifier in the outer scope. Fixes #5958 |
index : Nim | |
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror) | ahoang <ahoang@tilde.institute> |
summary refs log tree commit diff stats |
Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `static` blocks introduce their own scope | LemonBoy | 2018-06-24 | 1 | -0/+9 |
Treat the static block as a normal block, don't leak any identifier in the outer scope. Fixes #5958 |