January 02, 2016
https://issues.dlang.org/show_bug.cgi?id=15488

or@weka.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |or@weka.io

--
May 11, 2017
https://issues.dlang.org/show_bug.cgi?id=15488

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@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.

--