We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e5da8 commit 12eb5c0Copy full SHA for 12eb5c0
tests/baselines/reference/noEmitOnError.errors.txt
@@ -1,9 +1,9 @@
1
-tests/cases/compiler/noEmitOnError.ts(2,5): error TS2323: Type 'string' is not assignable to type 'number'.
+tests/cases/compiler/noEmitOnError.ts(2,5): error TS2322: Type 'string' is not assignable to type 'number'.
2
3
4
==== tests/cases/compiler/noEmitOnError.ts (1 errors) ====
5
6
var x: number = "";
7
~
8
-!!! error TS2323: Type 'string' is not assignable to type 'number'.
+!!! error TS2322: Type 'string' is not assignable to type 'number'.
9
0 commit comments