You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't seem to understand noreturn in general here. A throw new Exception("Whoopsie daisy"); or a call to noreturn foo(); ought to succeed as well?
As of DMD 2.109.1, the following program fails to compile:
The error message is:
Since the code path that skips the initialization of
member
containsassert(0)
, and will never return, this code should be allowed to compile.The text was updated successfully, but these errors were encountered: