|
7 | 7 | // ^^^^ |
8 | 8 | // | ---------------------------------------------------------------------- |
9 | 9 | // | ```tsx |
10 | | -// | { num: number; f(): void; g(this: number): void; } |
| 10 | +// | this: { num: number; f(): void; g(this: number): void; } |
11 | 11 | // | ``` |
12 | 12 | // | |
13 | 13 | // | ---------------------------------------------------------------------- |
14 | 14 | // type Z = typeof this.num; |
15 | 15 | // ^^^^ |
16 | 16 | // | ---------------------------------------------------------------------- |
17 | 17 | // | ```tsx |
18 | | -// | { num: number; f(): void; g(this: number): void; } |
| 18 | +// | this: { num: number; f(): void; g(this: number): void; } |
19 | 19 | // | ``` |
20 | 20 | // | |
21 | 21 | // | ---------------------------------------------------------------------- |
|
25 | 25 | // ^^^^ |
26 | 26 | // | ---------------------------------------------------------------------- |
27 | 27 | // | ```tsx |
28 | | -// | number |
| 28 | +// | this: number |
29 | 29 | // | ``` |
30 | 30 | // | |
31 | 31 | // | ---------------------------------------------------------------------- |
|
38 | 38 | // ^^^^ |
39 | 39 | // | ---------------------------------------------------------------------- |
40 | 40 | // | ```tsx |
41 | | -// | this |
| 41 | +// | this: this |
42 | 42 | // | ``` |
43 | 43 | // | |
44 | 44 | // | ---------------------------------------------------------------------- |
45 | 45 | // type Z = typeof this.num; |
46 | 46 | // ^^^^ |
47 | 47 | // | ---------------------------------------------------------------------- |
48 | 48 | // | ```tsx |
49 | | -// | this |
| 49 | +// | this: this |
50 | 50 | // | ``` |
51 | 51 | // | |
52 | 52 | // | ---------------------------------------------------------------------- |
|
56 | 56 | // ^^^^ |
57 | 57 | // | ---------------------------------------------------------------------- |
58 | 58 | // | ```tsx |
59 | | -// | number |
| 59 | +// | this: number |
60 | 60 | // | ``` |
61 | 61 | // | |
62 | 62 | // | ---------------------------------------------------------------------- |
|
76 | 76 | "item": { |
77 | 77 | "contents": { |
78 | 78 | "kind": "markdown", |
79 | | - "value": "```tsx\n{ num: number; f(): void; g(this: number): void; }\n```\n" |
| 79 | + "value": "```tsx\nthis: { num: number; f(): void; g(this: number): void; }\n```\n" |
80 | 80 | }, |
81 | 81 | "range": { |
82 | 82 | "start": { |
|
103 | 103 | "item": { |
104 | 104 | "contents": { |
105 | 105 | "kind": "markdown", |
106 | | - "value": "```tsx\n{ num: number; f(): void; g(this: number): void; }\n```\n" |
| 106 | + "value": "```tsx\nthis: { num: number; f(): void; g(this: number): void; }\n```\n" |
107 | 107 | }, |
108 | 108 | "range": { |
109 | 109 | "start": { |
|
130 | 130 | "item": { |
131 | 131 | "contents": { |
132 | 132 | "kind": "markdown", |
133 | | - "value": "```tsx\nnumber\n```\n" |
| 133 | + "value": "```tsx\nthis: number\n```\n" |
134 | 134 | }, |
135 | 135 | "range": { |
136 | 136 | "start": { |
|
157 | 157 | "item": { |
158 | 158 | "contents": { |
159 | 159 | "kind": "markdown", |
160 | | - "value": "```tsx\nthis\n```\n" |
| 160 | + "value": "```tsx\nthis: this\n```\n" |
161 | 161 | }, |
162 | 162 | "range": { |
163 | 163 | "start": { |
|
184 | 184 | "item": { |
185 | 185 | "contents": { |
186 | 186 | "kind": "markdown", |
187 | | - "value": "```tsx\nthis\n```\n" |
| 187 | + "value": "```tsx\nthis: this\n```\n" |
188 | 188 | }, |
189 | 189 | "range": { |
190 | 190 | "start": { |
|
211 | 211 | "item": { |
212 | 212 | "contents": { |
213 | 213 | "kind": "markdown", |
214 | | - "value": "```tsx\nnumber\n```\n" |
| 214 | + "value": "```tsx\nthis: number\n```\n" |
215 | 215 | }, |
216 | 216 | "range": { |
217 | 217 | "start": { |
|
0 commit comments