TypeScript/tests/baselines/reference/noEmitOnError.errors.txt

9 lines
288 B
Plaintext
Raw Normal View History

tests/cases/compiler/noEmitOnError.ts(2,5): error TS2322: Type 'string' is not assignable to type 'number'.
==== tests/cases/compiler/noEmitOnError.ts (1 errors) ====
var x: number = "";
~
!!! error TS2322: Type 'string' is not assignable to type 'number'.
2014-10-30 00:10:58 +01:00