Skip to content

Commit b59f2b6

Browse files
committed
Remove reference to popping from comment
1 parent 6e3f4c5 commit b59f2b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21325,7 +21325,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
2132521325
resetMaybeStack();
2132621326
}
2132721327
}
21328-
// Note: it's intentional that we don't pop in the else case;
21328+
// Note: it's intentional that we don't reset in the else case;
2132921329
// we leave them on the stack such that when we hit depth zero
2133021330
// above, we can report all of them as successful.
2133121331
}

0 commit comments

Comments
 (0)