Skip to content

Salsa is weird around assigning twice to the same member #6645

Closed
@egamma

Description

@egamma

From @alexandrudima on January 26, 2016 16:17

Testing #2218

typescript@next version 1.9.0-dev.20160126

function Person(age) {
    if (age >= 18) {
        this.canVote = true;
    } else {
        this.canVote = false;
    }
}

image

Copied from original issue: microsoft/vscode#2385

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions