// Number is not a string.

let a:string; 
a = 1337;    // ! error TS2322: Type 'number' is not assignable to type 'string'.
