Skip to content

Commit db5da0b

Browse files
committed
Reverted test change
1 parent a4e7bff commit db5da0b

File tree

2 files changed

+2
-188
lines changed

2 files changed

+2
-188
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17893,7 +17893,7 @@ namespace ts {
1789317893
}
1789417894

1789517895
function isNotOverload(declaration: Declaration): boolean {
17896-
return (declaration.kind !== SyntaxKind.FunctionDeclaration && declaration.kind !== SyntaxKind.MethodDeclaration) ||
17896+
return (declaration.kind !== SyntaxKind.FunctionDeclaration && declaration.kind !== SyntaxKind.MethodDeclaration) ||
1789717897
!!(declaration as FunctionDeclaration).body;
1789817898
}
1789917899
}

0 commit comments

Comments
 (0)