http://d.puremagic.com/issues/show_bug.cgi?id=3275

           Summary: Private selective imports are visible in another
                    module
           Product: D
           Version: 2.031
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: 2kor...@gmail.com


(A duplicate, probably, but I couldn't find exact same issue)

Here is a test case:

module A;
import std.stdio : writeln;

module B;
import A;

void main()
{
    writeln("this line shouldn't compile");
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to