mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 01:41:11 +07:00
GitOrigin-RevId: 43d718f9e470355d92c7bd518fee5991185703f1
4 lines
72 B
Python
4 lines
72 B
Python
match x:
|
|
case Class('foo'
|
|
'<caret>bar'):
|
|
pass |