mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 19:16:40 +07:00
GitOrigin-RevId: 0e35bd5d50e2d6b544cbd4467d184b6be21b7574
8 lines
196 B
Python
8 lines
196 B
Python
class Empty:
|
|
pass
|
|
|
|
def f(obj):
|
|
match obj:
|
|
case Empty(<warning descr="Class Empty does not support pattern matching with positional arguments"><caret>1</warning>):
|
|
pass
|