Skip to content

Flow typing #104

@schungx

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.

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