mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-30 04:16:48 -05:00
Remove outdated comment
This commit is contained in:
@@ -5517,7 +5517,7 @@ namespace ts {
|
||||
// (otherwise there'd be an error from hasBaseType) - this is fine, but `.members` should be reset
|
||||
// as `getIndexedAccessType` via `instantiateType` via `getTypeFromClassOrInterfaceReference` forces a
|
||||
// partial instantiation of the members without the base types fully resolved
|
||||
type.members = undefined; // TODO: GH#18217
|
||||
type.members = undefined;
|
||||
}
|
||||
return type.resolvedBaseTypes = [baseType];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user