Closed
Description
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;
}
}
Copied from original issue: microsoft/vscode#2385