You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
microsoft/PTVS#4286
Steps:
try this code:
s = sum(i for i in [0,1])
hover over s
Expected: s: int
Actual: s: generator[int]
Curious thing is that the type of sum(i for i in [0,1]) does not seem to be inferred at all on its own.
The text was updated successfully, but these errors were encountered: