You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/checker.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38754,7 +38754,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
38754
38754
// "x is T" means that x is T if and only if it returns true. If it returns false then x is not T.
38755
38755
// This means that if the function is called with an argument of type trueType, there can't be anything left in the `else` branch. It must reduce to `never`.
0 commit comments