We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a368c9 commit b87a723Copy full SHA for b87a723
src/compiler/checker.ts
@@ -5517,7 +5517,7 @@ namespace ts {
5517
// (otherwise there'd be an error from hasBaseType) - this is fine, but `.members` should be reset
5518
// as `getIndexedAccessType` via `instantiateType` via `getTypeFromClassOrInterfaceReference` forces a
5519
// partial instantiation of the members without the base types fully resolved
5520
- type.members = undefined; // TODO: GH#18217
+ type.members = undefined;
5521
}
5522
return type.resolvedBaseTypes = [baseType];
5523
0 commit comments