We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bd7e8 commit 9861569Copy full SHA for 9861569
1 file changed
src/compiler/checker.ts
@@ -24629,7 +24629,6 @@ namespace ts {
24629
case SyntaxKind.ConstructorType:
24630
case SyntaxKind.CallSignature:
24631
case SyntaxKind.ConstructSignature:
24632
- return checkSignatureDeclaration(<SignatureDeclaration>node);
24633
case SyntaxKind.IndexSignature:
24634
return checkSignatureDeclaration(<SignatureDeclaration>node);
24635
case SyntaxKind.MethodDeclaration:
0 commit comments