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


deadalnix <deadal...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deadal...@gmail.com


--- Comment #4 from deadalnix <deadal...@gmail.com> 2012-07-12 10:23:56 PDT ---
(In reply to comment #3)
> (In reply to comment #1)
> > - The rule is non-obvious. How could a new developer possibly guess that 
> > this
> > happens?
> 
> You could also argue that it's not obvious that:
> var.func(arg);
> 
> ...can "transform" itself into:
> func(var, arg);
> 
> I don't think it's that much different to transform:
> MyType.func(arg);
> 
> ...into:
> func!(MyType)(arg);
> 

This is the most obvious way to transform that.

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

Reply via email to