mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: d4755af5ca19efef70db6c4a043135182bc0da04
6 lines
85 B
Python
6 lines
85 B
Python
match x:
|
|
case Class(1,
|
|
foo=2,
|
|
bar=3):
|
|
pass
|