mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
Namely, they are formatted in the same way as keyword arguments. The name of the option doesn't reflect so far, though, because it requires UI changes after the freeze. GitOrigin-RevId: 8fa079ebb1b919b8f0fe7bee670a643a0b20f888
4 lines
56 B
Python
4 lines
56 B
Python
match x:
|
|
case Class(foo = 1, bar = 2):
|
|
pass
|