Thread overview
[Issue 19225] Confusing error message on `static else`
September 05, 2018
https://issues.dlang.org/show_bug.cgi?id=19225

--- Comment #1 from desisma@heidel.beer ---
Fix:
https://github.com/dlang/dmd/pull/8666

--
September 07, 2018
https://issues.dlang.org/show_bug.cgi?id=19225

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/d01a82be09e7f98ae960658ce61e863b90101625 Fix issue 19225 - Confusing error message on `static else`

So users assuming `static else` is fine get a helpful error message.

https://github.com/dlang/dmd/commit/497f07b341208e23539f97dfaf0b8a643448ccc0 Merge pull request #8666 from 0xEAB/master

Fix issue 19225 - Confusing error message on `static else`

--
September 07, 2018
https://issues.dlang.org/show_bug.cgi?id=19225

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--