mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 11:07:43 +07:00
GitOrigin-RevId: 43d718f9e470355d92c7bd518fee5991185703f1
3 lines
58 B
Python
3 lines
58 B
Python
match x:
|
|
case {'foo': 1, <caret>'bar': 2}
|
|
pass |