Files
2025-12-22 22:36:14 +00:00

6 lines
121 B
Python

x = 42
match x:
case <weak_warning descr="Pattern can be simplified"><caret>int() as n</weak_warning>:
pass