File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6694,7 +6694,6 @@ export interface Signature {
6694
6694
declaration ?: SignatureDeclaration | JSDocSignature ; // Originating declaration
6695
6695
typeParameters ?: readonly TypeParameter [ ] ; // Type parameters (undefined if non-generic)
6696
6696
parameters : readonly Symbol [ ] ; // Parameters
6697
- /** @internal */
6698
6697
thisParameter ?: Symbol ; // symbol of this-type parameter
6699
6698
/** @internal */
6700
6699
// See comment in `instantiateSignature` for why these are set lazily.
Original file line number Diff line number Diff line change @@ -7313,6 +7313,7 @@ declare namespace ts {
7313
7313
declaration?: SignatureDeclaration | JSDocSignature;
7314
7314
typeParameters?: readonly TypeParameter[];
7315
7315
parameters: readonly Symbol[];
7316
+ thisParameter?: Symbol;
7316
7317
}
7317
7318
interface Signature {
7318
7319
getDeclaration(): SignatureDeclaration;
You can’t perform that action at this time.
0 commit comments