Files
openide/python/testData/inspections/PyUnreachableCodeInspection/UnreachablePatternAfterIrrefutableOrPatternAlternative.py
2025-07-23 14:23:42 +00:00

4 lines
164 B
Python

match 42:
case <error descr="Pattern makes remaining alternatives unreachable">x</error> | <error descr="Pattern does not bind name x">42</error>:
pass