trezm opened this issue 8 years ago · 0 comments
Should be able to handle (and warn about) the following:
var s /* t:string */ s = 3;
and
var n /* t:number */ = 1; var s /* t:string */ s = n;
class Test1 {} var s /* t:string */; s = new Test1();