mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Extends the mechanism introduced in https://github.com/github/codeql/pull/18030 to behave the same for _all_ `MatchLiteralPattern`s, not just the ones that happen to be the constant `True` or `False`. Co-authored-by: yoff <yoff@github.com>
7 lines
397 B
Plaintext
7 lines
397 B
Plaintext
| test.py:8:9:8:28 | AssignStmt | This statement is unreachable. |
|
|
| test.py:10:9:10:28 | Return | This statement is unreachable. |
|
|
| test.py:16:9:16:21 | ExprStmt | This statement is unreachable. |
|
|
| 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. |
|