mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
5 lines
184 B
Python
5 lines
184 B
Python
match 42:
|
|
case <error descr="Pattern makes remaining case clauses unreachable">x</error>:
|
|
pass
|
|
case <warning descr="This code is unreachable">42</warning>:
|
|
pass |