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



--- Comment #23 from timon.g...@gmx.ch 2012-02-18 13:05:26 PST ---
(In reply to comment #19)
> (In reply to comment #18)
> > Whether or not a parameter is used is unrelated to whether or not it has a
> > name.
> 
> You can't use an unnamed parameter, or can you?
> 

I can:
import std.stdio;
double foo(double){return _param_0;}
void main(){writeln(foo(2));}

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

Reply via email to