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 steps will reproduce the problem?
1. Submit the following in FSI: `let x = 3;; let x = 4;; let x = 5;; let x =
6;;`
What is the expected output?
The watch window should show x = 6 (the most recent binding to x)
What do you see instead?
The watch window shows x = 3 (the first binding to x)
Original issue reported on code.google.com by [email protected] on 5 Jul 2013 at 11:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Jul 2013 at 11:40The text was updated successfully, but these errors were encountered: