mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 19:52:07 +07:00
GitOrigin-RevId: afdbf35915823de02a6b8551f57770113d0feb2f
4 lines
164 B
Python
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
|