mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +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.