mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Merge pull request #18030 from github/tausbn/python-fix-match-literal-pruning
Python: Fix pruning of literals in `match` pattern
This commit is contained in:
@@ -4,5 +4,3 @@
|
||||
| test.py:21:5:21:38 | For | This statement is unreachable. |
|
||||
| test.py:28:9:28:21 | ExprStmt | This statement is unreachable. |
|
||||
| test.py:84:5:84:21 | ExceptStmt | This statement is unreachable. |
|
||||
| test.py:144:13:144:16 | Pass | This statement is unreachable. |
|
||||
| test.py:147:9:148:16 | Case | This statement is unreachable. |
|
||||
|
||||
Reference in New Issue
Block a user