mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +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.