Skip to content

Commit 6f63799

Browse files
authored
Merge pull request #9129 from plantain-00/minor_fix_add_missing_return_clause
minor fix: add missing return clause
2 parents fb050f1 + 6153422 commit 6f63799

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)