Skip to content

Commit 236fed9

Browse files
author
Josh Goldberg
committed
Fixed post-merge introduced lint errors
1 parent 6661f90 commit 236fed9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19710,12 +19710,6 @@ namespace ts {
1971019710
case SyntaxKind.ExpressionWithTypeArguments:
1971119711
case SyntaxKind.HeritageClause:
1971219712
return false;
19713-
case SyntaxKind.ExpressionWithTypeArguments:
19714-
case SyntaxKind.HeritageClause:
19715-
case SyntaxKind.ComputedPropertyName:
19716-
case SyntaxKind.GetAccessor:
19717-
case SyntaxKind.SetAccessor:
19718-
return false;
1971919713
default:
1972019714
return isExpressionNode(node) ? false : "quit";
1972119715
}

0 commit comments

Comments
 (0)