mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Unnecessary elaboration about not being assignable to type parameters (#42952)
This commit is contained in:
@@ -17229,6 +17229,7 @@ namespace ts {
|
||||
);
|
||||
}
|
||||
else {
|
||||
errorInfo = undefined;
|
||||
reportError(
|
||||
Diagnostics._0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1,
|
||||
targetType,
|
||||
|
||||
Reference in New Issue
Block a user