Files
Aleksandr.Govenkoandintellij-monorepo-bot 764fbaf1ef PY-49165 PY-86123 PY-86124 Improve after review
GitOrigin-RevId: 581c80229ca4f9e3a1faab057d0a3c689e2ce96e
2025-12-22 22:36:14 +00:00

9 lines
106 B
Python

class Empty:
__match_args__ = ()
def f(obj):
match obj:
case Empty(1):
pass