Merge pull request #3073 from Microsoft/removeDuplicateCaseLabels

remove duplicate case labels
This commit is contained in:
Mohamed Hegazy 2015-05-07 12:59:10 -07:00
commit cf8f58253b

View File

@ -484,9 +484,6 @@ module ts {
case SyntaxKind.IndexSignature:
case SyntaxKind.FunctionType:
case SyntaxKind.ConstructorType:
case SyntaxKind.FunctionExpression:
case SyntaxKind.ArrowFunction:
case SyntaxKind.FunctionDeclaration:
return true;
}
}