https://issues.dlang.org/show_bug.cgi?id=23114

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Walter Bright <[email protected]> ---
This has nothing in particular to do with throwing expressions. The following
fails for the same reason:

---
noreturn foo();

int test()
{
    return 1 + foo();
}
---

--

Reply via email to