mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
203 B
203 B
category
| category |
|---|
| fix |
MatchLiteralPatterns such ascase None: ...are now never pruned from the extracted source code. This fixes some situations where code was wrongly identified as unreachable.