mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 0e35bd5d50e2d6b544cbd4467d184b6be21b7574
8 lines
168 B
Python
8 lines
168 B
Python
class Z:
|
|
__match_args__ = ()
|
|
|
|
def f(z):
|
|
match z:
|
|
case Z(<warning descr="Too many positional patterns, expected 0"><caret>1</warning>):
|
|
pass
|