[Issue 7947] typeof on anonymous function literal returns void

2023-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7947 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7947] typeof on anonymous function literal returns void

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7947 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 7947] typeof on anonymous function literal returns void

2018-05-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7947 Johannes Loher changed: What|Removed |Added CC||johannes.lo...@fg4f.de --- Comment #4 from J

[Issue 7947] typeof on anonymous function literal returns void

2012-11-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7947 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #3 from yebb

[Issue 7947] typeof on anonymous function literal returns void

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7947 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 7947] typeof on anonymous function literal returns void

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7947 --- Comment #1 from Kenji Hara 2012-04-20 02:47:58 PDT --- A lambda expression that needs parameter type inference is internally translated to template function. x => x // auto __lambda(T1)(T1 x){ return x; } So this: pragma(msg, typeo