Skip to content

Commit 9861569

Browse files
committed
found another place to fall through in the checker
1 parent 60bd7e8 commit 9861569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24629,7 +24629,6 @@ namespace ts {
2462924629
case SyntaxKind.ConstructorType:
2463024630
case SyntaxKind.CallSignature:
2463124631
case SyntaxKind.ConstructSignature:
24632-
return checkSignatureDeclaration(<SignatureDeclaration>node);
2463324632
case SyntaxKind.IndexSignature:
2463424633
return checkSignatureDeclaration(<SignatureDeclaration>node);
2463524634
case SyntaxKind.MethodDeclaration:

0 commit comments

Comments
 (0)