Skip to content

Flow typing #104

Description

@schungx

Right now assignments do not do anything to the type of the variable:

let a = 42;    // a is int

a = true;    // a is still int

On a straight assignment to a lone variable, that variable should take on the type of the expression.

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

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions