Skip to content

Incorrect version of multiple top-level bindings of the same name from the same interactive submission is displayed #39

Description

@GoogleCodeExporter
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 stephen....@gmail.com on 5 Jul 2013 at 11:40

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions