https://issues.dlang.org/show_bug.cgi?id=24117
--- Comment #5 from Nick Treleaven <nick at geany.org> ---
> enum E {e0 = 0, e1 = 1, illegal = noreturn}
> foreach (const i; 0 .. noreturn){}
I made a new fix that is more precise which does reject the 2 above and should
cover all cases.
--