Skip to content

Commit 4381d16

Browse files
committed
Add new line
1 parent 42b56cf commit 4381d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5404,6 +5404,7 @@ module ts {
54045404
else if (rightType.flags & TypeFlags.Anonymous) {
54055405
constructSignatures = getSignaturesOfType(rightType, SignatureKind.Construct);
54065406
}
5407+
54075408
if (constructSignatures && constructSignatures.length) {
54085409
targetType = getUnionType(map(constructSignatures, signature => getReturnTypeOfSignature(getErasedSignature(signature))));
54095410
}

0 commit comments

Comments
 (0)