Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Inference not working when null is the initial value. #5

Closed
@vsmenon

Description

@vsmenon

We're not properly handling this case:
var a = null;
a = new A();

We're inferring the type of a as bottom / null. Probably should treat as dynamic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions