Fixed post-merge introduced lint errors

This commit is contained in:
Josh Goldberg 2019-04-03 18:09:33 -04:00
parent 6661f90b44
commit 236fed9445

View file

@ -19710,12 +19710,6 @@ namespace ts {
case SyntaxKind.ExpressionWithTypeArguments:
case SyntaxKind.HeritageClause:
return false;
case SyntaxKind.ExpressionWithTypeArguments:
case SyntaxKind.HeritageClause:
case SyntaxKind.ComputedPropertyName:
case SyntaxKind.GetAccessor:
case SyntaxKind.SetAccessor:
return false;
default:
return isExpressionNode(node) ? false : "quit";
}