@@ -12,7 +12,8 @@ Test getting occurrences of a function arg:
1212 " end" : {
1313 " line" : 1 ,
1414 " col" : 15
15- }
15+ },
16+ " stale" : false
1617 },
1718 {
1819 " start" : {
@@ -22,7 +23,8 @@ Test getting occurrences of a function arg:
2223 " end" : {
2324 " line" : 2 ,
2425 " col" : 6
25- }
26+ },
27+ " stale" : false
2628 },
2729 {
2830 " start" : {
@@ -32,7 +34,8 @@ Test getting occurrences of a function arg:
3234 " end" : {
3335 " line" : 2 ,
3436 " col" : 13
35- }
37+ },
38+ " stale" : false
3639 }
3740 ],
3841 " notifications" : []
@@ -52,7 +55,8 @@ Test getting occurrences of a function arg annotated with a type:
5255 " end" : {
5356 " line" : 4 ,
5457 " col" : 23
55- }
58+ },
59+ " stale" : false
5660 },
5761 {
5862 " start" : {
@@ -62,7 +66,8 @@ Test getting occurrences of a function arg annotated with a type:
6266 " end" : {
6367 " line" : 5 ,
6468 " col" : 6
65- }
69+ },
70+ " stale" : false
6671 },
6772 {
6873 " start" : {
@@ -72,7 +77,8 @@ Test getting occurrences of a function arg annotated with a type:
7277 " end" : {
7378 " line" : 5 ,
7479 " col" : 13
75- }
80+ },
81+ " stale" : false
7682 }
7783 ],
7884 " notifications" : []
@@ -92,7 +98,8 @@ Test getting occurrences of a record pattern in a function arg:
9298 " end" : {
9399 " line" : 9 ,
94100 " col" : 28
95- }
101+ },
102+ " stale" : false
96103 },
97104 {
98105 " start" : {
@@ -102,7 +109,8 @@ Test getting occurrences of a record pattern in a function arg:
102109 " end" : {
103110 " line" : 10 ,
104111 " col" : 7
105- }
112+ },
113+ " stale" : false
106114 },
107115 {
108116 " start" : {
@@ -112,7 +120,8 @@ Test getting occurrences of a record pattern in a function arg:
112120 " end" : {
113121 " line" : 10 ,
114122 " col" : 15
115- }
123+ },
124+ " stale" : false
116125 }
117126 ],
118127 " notifications" : []
@@ -132,7 +141,8 @@ Test getting occurrences of a function arg then used in record literal:
132141 " end" : {
133142 " line" : 12 ,
134143 " col" : 25
135- }
144+ },
145+ " stale" : false
136146 },
137147 {
138148 " start" : {
@@ -142,7 +152,8 @@ Test getting occurrences of a function arg then used in record literal:
142152 " end" : {
143153 " line" : 13 ,
144154 " col" : 14
145- }
155+ },
156+ " stale" : false
146157 }
147158 ],
148159 " notifications" : []
@@ -162,7 +173,8 @@ Test getting occurrences of a function arg then used in record literal punned:
162173 " end" : {
163174 " line" : 15 ,
164175 " col" : 33
165- }
176+ },
177+ " stale" : false
166178 },
167179 {
168180 " start" : {
@@ -172,7 +184,8 @@ Test getting occurrences of a function arg then used in record literal punned:
172184 " end" : {
173185 " line" : 16 ,
174186 " col" : 8
175- }
187+ },
188+ " stale" : false
176189 }
177190 ],
178191 " notifications" : []
@@ -192,7 +205,8 @@ Test getting occurrences of a function arg alias then used in record literal:
192205 " end" : {
193206 " line" : 18 ,
194207 " col" : 27
195- }
208+ },
209+ " stale" : false
196210 },
197211 {
198212 " start" : {
@@ -202,7 +216,8 @@ Test getting occurrences of a function arg alias then used in record literal:
202216 " end" : {
203217 " line" : 19 ,
204218 " col" : 5
205- }
219+ },
220+ " stale" : false
206221 },
207222 {
208223 " start" : {
@@ -212,7 +227,8 @@ Test getting occurrences of a function arg alias then used in record literal:
212227 " end" : {
213228 " line" : 19 ,
214229 " col" : 11
215- }
230+ },
231+ " stale" : false
216232 }
217233 ],
218234 " notifications" : []
0 commit comments