Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 263 Bytes

File metadata and controls

5 lines (3 loc) · 263 Bytes

4.2.1

Minor Analysis Improvements

  • In a switch statement with a constant switch expression, all non-matching cases were being marked as unreachable, including those that can be reached by falling through from the matching case. This has now been fixed.