[Issue 6903] Auto Return Doesn't Work With Nested Functions

2011-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6903


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #1 from bearophile_h...@eml.cc 2011-11-07 09:34:33 PST ---
See bug 4401

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


[Issue 6903] Auto Return Doesn't Work With Nested Functions

2011-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6903


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


--- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-11-07 09:54:21 PST ---
This is parser problem, and there is no reason to reject it from dmd internally
(e.g. The return type of function literal is almost inferred).

*** This issue has been marked as a duplicate of issue 4401 ***

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