We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4faad5 commit 0a9b34bCopy full SHA for 0a9b34b
src/compiler/checker.ts
@@ -8580,8 +8580,8 @@ namespace ts {
8580
if (merged) {
8581
// note:we overwrite links because we just cloned the symbol
8582
symbol = links = merged;
8583
- }
8584
-
+ }
+
8585
const type = originalLinks.declaredType = links.declaredType = <InterfaceType>createObjectType(kind, symbol);
8586
const outerTypeParameters = getOuterTypeParametersOfClassOrInterface(symbol);
8587
const localTypeParameters = getLocalTypeParametersOfClassOrInterfaceOrTypeAlias(symbol);
0 commit comments