File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24448,7 +24448,7 @@ namespace ts {
24448
24448
const bodySignature = getSignatureFromDeclaration(bodyDeclaration);
24449
24449
for (const signature of signatures) {
24450
24450
if (!isImplementationCompatibleWithOverload(bodySignature, signature)) {
24451
- error(signature.declaration, Diagnostics.Overload_signature_is_not_compatible_with_function_implementation );
24451
+ error(signature.declaration, Diagnostics.This_overload_signature_is_not_compatible_with_its_implementation_signature );
24452
24452
break;
24453
24453
}
24454
24454
}
Original file line number Diff line number Diff line change 1404
1404
"category" : " Error" ,
1405
1405
"code" : 2393
1406
1406
},
1407
- "Overload signature is not compatible with function implementation." : {
1407
+ "This overload signature is not compatible with its implementation signature ." : {
1408
1408
"category" : " Error" ,
1409
1409
"code" : 2394
1410
1410
},
You can’t perform that action at this time.
0 commit comments