https://issues.dlang.org/show_bug.cgi?id=15488
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Walter Bright <[email protected]> --- 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. --
