We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf20850 commit 15c6022Copy full SHA for 15c6022
1 file changed
src/compiler/checker.ts
@@ -4929,7 +4929,7 @@ namespace ts {
4929
}
4930
4931
function getApparentTypeOfIntersectionType(type: IntersectionType) {
4932
- return type.resolvedIndexType || (type.resolvedApparentType = getTypeWithThisArgument(type, type));
+ return type.resolvedApparentType || (type.resolvedApparentType = getTypeWithThisArgument(type, type));
4933
4934
4935
/**
0 commit comments