-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
List[<nothing>] error #3283
Copy link
Copy link
Open
Labels
bugmypy got something wrongmypy got something wrongfalse-positivemypy gave an error on correct codemypy gave an error on correct codepriority-1-normaltopic-type-contextType context / bidirectional inferenceType context / bidirectional inferencetopic-usability
Metadata
Metadata
Assignees
Labels
bugmypy got something wrongmypy got something wrongfalse-positivemypy gave an error on correct codemypy gave an error on correct codepriority-1-normaltopic-type-contextType context / bidirectional inferenceType context / bidirectional inferencetopic-usability
Hello,
Already showed this in Gitter and was told to open the issue here.
My env is Win7P+SP1 x64, Py 3.5.2 32b and mypy 0.501.
I have the following situation:
With the following code mypy doesn't return an error (which is correct):
But with the following code mypy returns a strange error
Best regards,
JM