[Issue 6903] New: Auto Return Doesn't Work With Nested Functions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 7 08:39:01 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6903
Summary: Auto Return Doesn't Work With Nested Functions
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: dsimcha at yahoo.com
--- Comment #0 from David Simcha <dsimcha at yahoo.com> 2011-11-07 08:38:26 PST ---
This may technically be an enhancement request, but it seems like a massive,
glaring inconsistency for no good reason, so I consider it a bug.
void main() {
auto foo() {
return 3;
}
}
test.d(2): function declaration without return type. (Note that constructors
are always named 'this')
test.d(2): no identifier for declarator foo()
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list