https://issues.dlang.org/show_bug.cgi?id=17543
ZombineDev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from ZombineDev <[email protected]> --- All attributes (e.g. public/private, pure/nothrow/@safe/@nogc, const/shared, final, __gshared, and so on) are applied only to the scope they are declared in. As soon as you open a new scope they are effectively reset. --
