mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
GitOrigin-RevId: 5a8dba3a51b7e9d415deb5401213ad3b79ddd3c5
5 lines
236 B
Python
5 lines
236 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>:
|
|
<warning descr="This code is unreachable">pass</warning> |