[Issue 11051] Unmatched case in a final switch should throw in both release and non-release mode
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Jan 29 12:21:37 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=11051
Nick Treleaven <nick at geany.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe
                 CC|                            |nick at geany.org
--- Comment #15 from Nick Treleaven <nick at geany.org> ---
This is fixed, but just to note: Issue 14643 shows without this, @safe can be
broken due to flow analysis assuming at least one of the case statements is
matched.
--
    
    
More information about the Digitalmars-d-bugs
mailing list