From 9861569ae977297319158b35f3181e047a5e5527 Mon Sep 17 00:00:00 2001 From: TravCav Date: Fri, 6 Apr 2018 13:40:58 -0400 Subject: [PATCH] found another place to fall through in the checker --- src/compiler/checker.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 8fee90764ce..6d083d07385 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -24629,7 +24629,6 @@ namespace ts { case SyntaxKind.ConstructorType: case SyntaxKind.CallSignature: case SyntaxKind.ConstructSignature: - return checkSignatureDeclaration(node); case SyntaxKind.IndexSignature: return checkSignatureDeclaration(node); case SyntaxKind.MethodDeclaration: