Skip to content

Commit 0a9b34b

Browse files
committed
fix lint
1 parent a4faad5 commit 0a9b34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/checker.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8580,8 +8580,8 @@ namespace ts {
85808580
if (merged) {
85818581
// note:we overwrite links because we just cloned the symbol
85828582
symbol = links = merged;
8583-
}
8584-
8583+
}
8584+
85858585
const type = originalLinks.declaredType = links.declaredType = <InterfaceType>createObjectType(kind, symbol);
85868586
const outerTypeParameters = getOuterTypeParametersOfClassOrInterface(symbol);
85878587
const localTypeParameters = getLocalTypeParametersOfClassOrInterfaceOrTypeAlias(symbol);

0 commit comments

Comments
 (0)