http://d.puremagic.com/issues/show_bug.cgi?id=4329
Leandro Lucarella <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Leandro Lucarella <[email protected]> 2010-06-17 06:40:46 PDT --- Copied from bug 4335 for convenience: --- import std.stdio; void main() { writeln("bug"); } --- t.d(3): Error: 'writeln' is not defined, perhaps you need to import std.stdio; ? t.d(3): Error: function expected before (), not __error of type _error_ (the first wrong error message is what bug 4335 is about) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
