Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15c6022

Browse filesBrowse files
committed
Fix typo causing bug
1 parent cf20850 commit 15c6022
Copy full SHA for 15c6022

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/compiler/checker.ts‎

Copy file name to clipboardExpand all lines: src/compiler/checker.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4929,7 +4929,7 @@ namespace ts {
49294929
}
49304930

49314931
function getApparentTypeOfIntersectionType(type: IntersectionType) {
4932-
return type.resolvedIndexType || (type.resolvedApparentType = getTypeWithThisArgument(type, type));
4932+
return type.resolvedApparentType || (type.resolvedApparentType = getTypeWithThisArgument(type, type));
49334933
}
49344934

49354935
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.