Python: add some more FP tests around match

This commit is contained in:
Paolo Tranquilli
2025-01-17 11:00:01 +01:00
parent 0d52541f0a
commit 4ab5650979
4 changed files with 34 additions and 1 deletions

View File

@@ -4,3 +4,6 @@
| 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:158:9:159:16 | Case | This statement is unreachable. |
| test.py:162:13:162:16 | Pass | This statement is unreachable. |
| test.py:167:13:167:16 | Pass | This statement is unreachable. |