Skip to content

Commit fca2ca0

Browse files
committed
fmt
1 parent ee33225 commit fca2ca0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39682,7 +39682,6 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
3968239682
case SyntaxKind.LessThanEqualsToken:
3968339683
case SyntaxKind.GreaterThanEqualsToken:
3968439684
if (checkForDisallowedESSymbolOperand(operator)) {
39685-
3968639685
leftType = getBaseTypeOfLiteralTypeForComparison(checkNonNullType(getUnknownIfMaybeUnknown(leftType), left));
3968739686
rightType = getBaseTypeOfLiteralTypeForComparison(checkNonNullType(getUnknownIfMaybeUnknown(rightType), right));
3968839687
reportOperatorErrorUnless((left, right) => {

0 commit comments

Comments
 (0)