mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +07:00
GitOrigin-RevId: afdbf35915823de02a6b8551f57770113d0feb2f
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 42:
|
|
<warning descr="This code is unreachable">pass</warning> |