https://issues.dlang.org/show_bug.cgi?id=24088
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #3 from Dlang Bot <[email protected]> --- @maxhaton created dlang/dmd pull request #15542 "Fix Issue 24088 - Nested functions using the shortened syntax were no…" fixing this issue: - Fix Issue 24088 - Nested functions using the shortened syntax were not recognized correctly as declarations. The fix was simply to amend `isDeclarator` to look for TOK.goesTo (i.e. `=>`) https://github.com/dlang/dmd/pull/15542 --
