Skip to content

Commit 0ca87b3

Browse files
committed
Formatting
1 parent d066cb2 commit 0ca87b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20404,7 +20404,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
2040420404
/**
2040520405
* Return a type mapper that combines the context's return mapper with a mapper that erases any additional type parameters
2040620406
* to their constraints.
20407-
* */
20407+
*/
2040820408
function createOuterReturnMapper(context: InferenceContext) {
2040920409
return mergeTypeMappers(context.returnMapper, createInferenceContext(map(context.inferences, i => i.typeParameter), context.signature, context.flags, context.compareTypes).mapper);
2041020410
}

0 commit comments

Comments
 (0)