We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e7bff commit db5da0bCopy full SHA for db5da0b
src/compiler/checker.ts
@@ -17893,7 +17893,7 @@ namespace ts {
17893
}
17894
17895
function isNotOverload(declaration: Declaration): boolean {
17896
- return (declaration.kind !== SyntaxKind.FunctionDeclaration && declaration.kind !== SyntaxKind.MethodDeclaration) ||
+ return (declaration.kind !== SyntaxKind.FunctionDeclaration && declaration.kind !== SyntaxKind.MethodDeclaration) ||
17897
!!(declaration as FunctionDeclaration).body;
17898
17899
0 commit comments