Skip to content

Commit fa407ce

Browse files
committed
Remove old comment
1 parent 6851268 commit fa407ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7234,8 +7234,6 @@ namespace ts {
72347234
// Return the lower bound of the key type in a mapped type. Intuitively, the lower
72357235
// bound includes those keys that are known to always be present, for example because
72367236
// because of constraints on type parameters (e.g. 'keyof T' for a constrained T).
7237-
// The isIndexType flag indicates that the type is the index type of an indexed
7238-
// access that is the target of an assignment.
72397237
function getLowerBoundOfKeyType(type: Type): Type {
72407238
if (type.flags & (TypeFlags.Any | TypeFlags.Primitive)) {
72417239
return type;

0 commit comments

Comments
 (0)