mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 01:53:51 +07:00
GitOrigin-RevId: d4755af5ca19efef70db6c4a043135182bc0da04
7 lines
72 B
Python
7 lines
72 B
Python
match x:
|
|
case Class(
|
|
1,
|
|
foo=2,
|
|
bar=3
|
|
):
|
|
pass |