Skip to content

Commit 33ace79

Browse files
author
Andy Hanson
committed
Fixes
1 parent 13c6298 commit 33ace79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler/checker.ts

+2
Original file line numberDiff line numberDiff line change
@@ -23638,6 +23638,8 @@ namespace ts {
2363823638
return objectType && getPropertyOfType(objectType, escapeLeadingUnderscores((node as StringLiteral | NumericLiteral).text));
2363923639

2364023640
case SyntaxKind.DefaultKeyword:
23641+
case SyntaxKind.FunctionKeyword:
23642+
case SyntaxKind.EqualsGreaterThanToken:
2364123643
return getSymbolOfNode(node.parent);
2364223644

2364323645
default:

0 commit comments

Comments
 (0)