found another place to fall through in the checker

This commit is contained in:
TravCav
2018-04-06 13:40:58 -04:00
parent 60bd7e861c
commit 9861569ae9

View File

@@ -24629,7 +24629,6 @@ namespace ts {
case SyntaxKind.ConstructorType:
case SyntaxKind.CallSignature:
case SyntaxKind.ConstructSignature:
return checkSignatureDeclaration(<SignatureDeclaration>node);
case SyntaxKind.IndexSignature:
return checkSignatureDeclaration(<SignatureDeclaration>node);
case SyntaxKind.MethodDeclaration: