https://issues.dlang.org/show_bug.cgi?id=18304
basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from basile-z <[email protected]> --- Why the heck would they have to be ? ``` void main() { import std; int i = 0; format!"%s"((){if (!i) throw new Exception("oops"); return "helloho"; }()).writeln; } ``` just let attribute inference do the job. --
