Closed
Description
The following is valid, but mypy complains about it:
import re
m = re.search(".", "foo")
print(m[0])
t-mypy.py:4: error: Value of type "Optional[Match[str]]" is not indexable
Seems to be similar to #2751 (#2753).
mypy 0.710+dev.5f08ccf029aa3046b15e1afc60743ba692e4758d.dirty
(dirty due to using latest typshed master (53500c8)
Metadata
Metadata
Assignees
Labels
No labels