Skip to content

Commit b87a723

Browse files
committed
Remove outdated comment
1 parent 4a368c9 commit b87a723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5517,7 +5517,7 @@ namespace ts {
55175517
// (otherwise there'd be an error from hasBaseType) - this is fine, but `.members` should be reset
55185518
// as `getIndexedAccessType` via `instantiateType` via `getTypeFromClassOrInterfaceReference` forces a
55195519
// partial instantiation of the members without the base types fully resolved
5520-
type.members = undefined; // TODO: GH#18217
5520+
type.members = undefined;
55215521
}
55225522
return type.resolvedBaseTypes = [baseType];
55235523
}

0 commit comments

Comments
 (0)