Python: tests with false positives around match

This commit is contained in:
Paolo Tranquilli
2024-06-14 17:23:23 +02:00
parent 3d037e73f0
commit daea773fce
4 changed files with 21 additions and 1 deletions

View File

@@ -4,3 +4,5 @@
| 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. |