Closed
Description
This is a bug report.
Minimal reproducible example
map(list, [[1]])
Expected behavior
No error message, returns [[1]]
Actual behavior
error: Argument 1 to "map" has incompatible type "Type[List[Any]]"; expected "Callable[[List[int]], List[_T]]"
Versions
$ python --version
Python 3.6.2
$ python -m mypy --version
mypy 0.570-dev-c25dd085a78047a9d5e0909261e8261506505d35
(Also tested with mypy 0.560)