https://issues.dlang.org/show_bug.cgi?id=17630
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from RazvanN <[email protected]> --- (In reply to Timothee Cour from comment #6) > just to make sure this is the same bug right? > > ``` > // fun.d: > module fun; > import std.stdio; > // main.d: > import fun:writeln; // should not compile > void main(){ writeln("ok"); } > ``` > > `rdmd main.d` works but should not compile Indeed it is the same bug. I will submit a PR shortly --
