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
What is the expected output? What do you see instead?
I expect to get a static type warning (int is not assignable to String) in the for-in loop, but the static type checker does not report any warnings.