mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
6 lines
263 B
Markdown
6 lines
263 B
Markdown
## 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.
|