File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23344,12 +23344,12 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
2334423344 tracing?.pop();
2334523345 }
2334623346
23347- // if (entry !== undefined) {
23348- // // If the previous entry and the result disagree, then something has gone wrong.
23349- // const entrySucceeded = !!(entry & RelationComparisonResult.Succeeded);
23350- // const resultSucceeded = result !== Ternary.False;
23351- // Debug.assertEqual(entrySucceeded, resultSucceeded, "Cached relationship does not match recalculated result");
23352- // }
23347+ if (entry !== undefined) {
23348+ // If the previous entry and the result disagree, then something has gone wrong.
23349+ const entrySucceeded = !!(entry & RelationComparisonResult.Succeeded);
23350+ const resultSucceeded = result !== Ternary.False;
23351+ Debug.assertEqual(entrySucceeded, resultSucceeded, "Cached relationship does not match recalculated result");
23352+ }
2335323353
2335423354 if (outofbandVarianceMarkerHandler) {
2335523355 outofbandVarianceMarkerHandler = originalHandler;
You can’t perform that action at this time.
0 commit comments