_From @alexandrudima on January 26, 2016 16:17_ Testing #2218 typescript@next version 1.9.0-dev.20160126 ``` javascript function Person(age) { if (age >= 18) { this.canVote = true; } else { this.canVote = false; } } ```  _Copied from original issue: Microsoft/vscode#2385_