https://issues.dlang.org/show_bug.cgi?id=17543

ZombineDev <petar.p.ki...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.ki...@gmail.com

--- Comment #1 from ZombineDev <petar.p.ki...@gmail.com> ---
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.

--

Reply via email to