digitalmars.D.bugs - [Issue 8308] New: wrong function literal type inference results in type coercion
- d-bugmail puremagic.com (23/23) Jun 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8308
http://d.puremagic.com/issues/show_bug.cgi?id=8308 Summary: wrong function literal type inference results in type coercion Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: timon.gehr gmx.ch --- Comment #0 from timon.gehr gmx.ch 2012-06-27 05:17:17 PDT --- DMD 2.059: void main(){ auto x = [x=>1.0, (long x)=>x][0]; // should be an error? double d = 1.0; assert(x(0)!=*cast(long*)&d); // (fails) } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 27 2012