[Issue 8560] Strange behavior of lambda expressions

2012-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8560 --- Comment #2 from ilya 2012-08-18 13:55:08 PDT --- (In reply to comment #1) > Marking as invalid, since {writeln("fun1");} is a parameterless delegate > literal. This delegate is returned by the call to fun(), but never invoked. Thanks, now

[Issue 8560] Strange behavior of lambda expressions

2012-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8560 --- Comment #3 from klickverbot 2012-08-18 13:57:54 PDT --- (In reply to comment #2) > Though this behavior looks a bit odd to me. But that's probably because of C# > background. Mhm, even if the current behavior is to spec, it can definitely

[Issue 8560] Strange behavior of lambda expressions

2012-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8560 klickverbot changed: What|Removed |Added Status|NEW |RESOLVED CC|