We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb19b3d commit 1b3c7a2Copy full SHA for 1b3c7a2
src/testRunner/unittests/tscWatch/incremental.ts
@@ -196,7 +196,7 @@ namespace ts.tscWatch {
196
length: 1,
197
code: Diagnostics.Type_0_is_not_assignable_to_type_1.code,
198
category: Diagnostics.Type_0_is_not_assignable_to_type_1.category,
199
- messageText: "Type '20' is not assignable to type 'string'.",
+ messageText: "Type 'number' is not assignable to type 'string'.",
200
relatedInformation: undefined,
201
reportsUnnecessary: undefined,
202
source: undefined
0 commit comments