Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 252 Bytes

File metadata and controls

4 lines (4 loc) · 252 Bytes
category minorAnalysis
  • 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.