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
Summary:
Add test verifying that `int64(0)` constructor calls get correct contextual
type in both annotated (`x: int64 = int64(0)`) and unannotated (`y = int64(0)`)
assignments. Both cases correctly produce contextual_type pointing to
`__static__.int64`.
Reviewed By: alexmalyshev
Differential Revision: D96509478
fbshipit-source-id: 19df7f41b3c305246fca9c549c6abde7c7482ea4
0 commit comments