mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 0e35bd5d50e2d6b544cbd4467d184b6be21b7574
6 lines
121 B
Python
6 lines
121 B
Python
x = 42
|
|
|
|
match x:
|
|
case <weak_warning descr="Pattern can be simplified"><caret>int() as n</weak_warning>:
|
|
pass
|