Closed
Description
To Reproduce
from somewhere import Foo
match None:
case Foo():
...
Expected Behavior
no error
Actual Behavior
$ mypy --ignore-missing-imports test.py
test.py:4: error: Expected type in class pattern; found "Any" [misc]
Found 1 error in 1 file (checked 1 source file)
Your Environment
mypy 0.991 without config files on python 3.10 and 3.11