Skip to content

Commit 6153422

Browse files
committed
minor fix: add missing return clause
1 parent 81d1ccf commit 6153422

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler/utilities.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,8 @@ namespace ts {
830830
case SyntaxKind.ConstructorType:
831831
return true;
832832
}
833+
834+
return false;
833835
}
834836

835837
export function introducesArgumentsExoticObject(node: Node) {

0 commit comments

Comments
 (0)