File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -450,3 +450,8 @@ type someVariantWithDeprecated =
450
450
// Should show deprecated status
451
451
// let v: someVariantWithDeprecated =
452
452
// ^com
453
+
454
+ let uncurried = (. num ) => num + 2
455
+
456
+ // let _ = uncurried(. 1)->
457
+ // ^com
Original file line number Diff line number Diff line change @@ -1944,8 +1944,8 @@ Path red
1944
1944
}]
1945
1945
1946
1946
Complete src/Completion.res 405:22
1947
- posCursor:[405:22] posNoWhite:[405:21] Found expr:[405:11->453 :0]
1948
- Pexp_apply ...__ghost__[0:-1->0:-1] (...[405:11->423:17], ...[428:0->453 :0])
1947
+ posCursor:[405:22] posNoWhite:[405:21] Found expr:[405:11->457 :0]
1948
+ Pexp_apply ...__ghost__[0:-1->0:-1] (...[405:11->423:17], ...[428:0->457 :0])
1949
1949
posCursor:[405:22] posNoWhite:[405:21] Found expr:[405:11->423:17]
1950
1950
Pexp_apply ...__ghost__[0:-1->0:-1] (...[405:11->405:19], ...[405:21->423:17])
1951
1951
posCursor:[405:22] posNoWhite:[405:21] Found expr:[405:21->423:17]
@@ -2161,3 +2161,15 @@ Path someVariantWithDeprecated
2161
2161
"insertTextFormat": 2
2162
2162
}]
2163
2163
2164
+ Complete src/Completion.res 455:27
2165
+ posCursor:[455:27] posNoWhite:[455:26] Found expr:[455:11->0:-1]
2166
+ Completable: Cpath Value[uncurried](Nolabel)->
2167
+ Raw opens: 2 Shadow.B.place holder ... Shadow.A.place holder
2168
+ Package opens Pervasives.JsxModules.place holder
2169
+ Resolved opens 3 Completion.res Completion.res pervasives
2170
+ ContextPath Value[uncurried](Nolabel)->
2171
+ ContextPath Value[uncurried](Nolabel)
2172
+ ContextPath Value[uncurried]
2173
+ Path uncurried
2174
+ []
2175
+
You can’t perform that action at this time.
0 commit comments