http://d.puremagic.com/issues/show_bug.cgi?id=6196
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2011-06-22 11:45:22 PDT --- (In reply to comment #0) > module test; > static import std.stdio; > > void main() > { > with (std.stdio) writeln(); My guess is that with() was designed mostly for struct instances, class instances, and enum instances. I didn't even know you are allowed to use it with modules. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
