[Issue 15488] global variable shadows function argument

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu May 11 16:52:43 PDT 2017


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|---                         |FIXED

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
This was fixed a while ago with the changes in how symbols are looked up in
imports. The example as written prints the same address for both writefln()
statements.

--


More information about the Digitalmars-d-bugs mailing list