Skip to content

Commit 05892b1

Browse files
committed
remove duplicate case labels
1 parent b40849b commit 05892b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/utilities.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,6 @@ module ts {
484484
case SyntaxKind.IndexSignature:
485485
case SyntaxKind.FunctionType:
486486
case SyntaxKind.ConstructorType:
487-
case SyntaxKind.FunctionExpression:
488-
case SyntaxKind.ArrowFunction:
489-
case SyntaxKind.FunctionDeclaration:
490487
return true;
491488
}
492489
}

0 commit comments

Comments
 (0)