@@ -12,7 +12,8 @@ Test getting occurrences of a function arg:
12
12
" end" : {
13
13
" line" : 1 ,
14
14
" col" : 15
15
- }
15
+ },
16
+ " stale" : false
16
17
},
17
18
{
18
19
" start" : {
@@ -22,7 +23,8 @@ Test getting occurrences of a function arg:
22
23
" end" : {
23
24
" line" : 2 ,
24
25
" col" : 6
25
- }
26
+ },
27
+ " stale" : false
26
28
},
27
29
{
28
30
" start" : {
@@ -32,7 +34,8 @@ Test getting occurrences of a function arg:
32
34
" end" : {
33
35
" line" : 2 ,
34
36
" col" : 13
35
- }
37
+ },
38
+ " stale" : false
36
39
}
37
40
],
38
41
" notifications" : []
@@ -52,7 +55,8 @@ Test getting occurrences of a function arg annotated with a type:
52
55
" end" : {
53
56
" line" : 4 ,
54
57
" col" : 23
55
- }
58
+ },
59
+ " stale" : false
56
60
},
57
61
{
58
62
" start" : {
@@ -62,7 +66,8 @@ Test getting occurrences of a function arg annotated with a type:
62
66
" end" : {
63
67
" line" : 5 ,
64
68
" col" : 6
65
- }
69
+ },
70
+ " stale" : false
66
71
},
67
72
{
68
73
" start" : {
@@ -72,7 +77,8 @@ Test getting occurrences of a function arg annotated with a type:
72
77
" end" : {
73
78
" line" : 5 ,
74
79
" col" : 13
75
- }
80
+ },
81
+ " stale" : false
76
82
}
77
83
],
78
84
" notifications" : []
@@ -92,7 +98,8 @@ Test getting occurrences of a record pattern in a function arg:
92
98
" end" : {
93
99
" line" : 9 ,
94
100
" col" : 28
95
- }
101
+ },
102
+ " stale" : false
96
103
},
97
104
{
98
105
" start" : {
@@ -102,7 +109,8 @@ Test getting occurrences of a record pattern in a function arg:
102
109
" end" : {
103
110
" line" : 10 ,
104
111
" col" : 7
105
- }
112
+ },
113
+ " stale" : false
106
114
},
107
115
{
108
116
" start" : {
@@ -112,7 +120,8 @@ Test getting occurrences of a record pattern in a function arg:
112
120
" end" : {
113
121
" line" : 10 ,
114
122
" col" : 15
115
- }
123
+ },
124
+ " stale" : false
116
125
}
117
126
],
118
127
" notifications" : []
@@ -132,7 +141,8 @@ Test getting occurrences of a function arg then used in record literal:
132
141
" end" : {
133
142
" line" : 12 ,
134
143
" col" : 25
135
- }
144
+ },
145
+ " stale" : false
136
146
},
137
147
{
138
148
" start" : {
@@ -142,7 +152,8 @@ Test getting occurrences of a function arg then used in record literal:
142
152
" end" : {
143
153
" line" : 13 ,
144
154
" col" : 14
145
- }
155
+ },
156
+ " stale" : false
146
157
}
147
158
],
148
159
" notifications" : []
@@ -162,7 +173,8 @@ Test getting occurrences of a function arg then used in record literal punned:
162
173
" end" : {
163
174
" line" : 15 ,
164
175
" col" : 33
165
- }
176
+ },
177
+ " stale" : false
166
178
},
167
179
{
168
180
" start" : {
@@ -172,7 +184,8 @@ Test getting occurrences of a function arg then used in record literal punned:
172
184
" end" : {
173
185
" line" : 16 ,
174
186
" col" : 8
175
- }
187
+ },
188
+ " stale" : false
176
189
}
177
190
],
178
191
" notifications" : []
@@ -192,7 +205,8 @@ Test getting occurrences of a function arg alias then used in record literal:
192
205
" end" : {
193
206
" line" : 18 ,
194
207
" col" : 27
195
- }
208
+ },
209
+ " stale" : false
196
210
},
197
211
{
198
212
" start" : {
@@ -202,7 +216,8 @@ Test getting occurrences of a function arg alias then used in record literal:
202
216
" end" : {
203
217
" line" : 19 ,
204
218
" col" : 5
205
- }
219
+ },
220
+ " stale" : false
206
221
},
207
222
{
208
223
" start" : {
@@ -212,7 +227,8 @@ Test getting occurrences of a function arg alias then used in record literal:
212
227
" end" : {
213
228
" line" : 19 ,
214
229
" col" : 11
215
- }
230
+ },
231
+ " stale" : false
216
232
}
217
233
],
218
234
" notifications" : []
0 commit comments