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 6d6c0ea commit 49745adCopy full SHA for 49745ad
1 file changed
src/compiler.ts
@@ -6725,7 +6725,6 @@ export class Compiler extends DiagnosticEmitter {
6725
let originalSignature = original.signature;
6726
let originalParameterTypes = originalSignature.parameterTypes;
6727
let originalParameterDeclarations = original.prototype.functionTypeNode.parameters;
6728
- let returnType = originalSignature.returnType;
6729
let isInstance = original.is(CommonFlags.Instance);
6730
6731
// arguments excl. `this`, operands incl. `this`
0 commit comments