File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,5 @@ let someFnTakingVariant = (
51
51
// let _ = someFnTakingVariant(S)
52
52
// ^com
53
53
54
- // let _ = someFnTakingVariant(~configOpt=O)
55
- // ^com
56
-
57
54
// let _ = someFnTakingVariant(~configOpt2=O)
58
55
// ^com
Original file line number Diff line number Diff line change @@ -128,15 +128,9 @@ Completable: Value[someFnTakingVariant]($0=S)
128
128
"documentation": null
129
129
}]
130
130
131
- Complete src/CompletionFunctionArguments.res 53:43
132
- posCursor:[53:43] posNoWhite:[53:42] Found expr:[53:11->53:44]
133
- Pexp_apply ...[53:11->53:30] (~configOpt53:32->53:41=...[53:42->53:43])
134
- Completable: Value[someFnTakingVariant](~configOpt=O)
135
- []
136
-
137
- Complete src/CompletionFunctionArguments.res 56:44
138
- posCursor:[56:44] posNoWhite:[56:43] Found expr:[56:11->56:45]
139
- Pexp_apply ...[56:11->56:30] (~configOpt256:32->56:42=...[56:43->56:44])
131
+ Complete src/CompletionFunctionArguments.res 53:44
132
+ posCursor:[53:44] posNoWhite:[53:43] Found expr:[53:11->53:45]
133
+ Pexp_apply ...[53:11->53:30] (~configOpt253:32->53:42=...[53:43->53:44])
140
134
Completable: Value[someFnTakingVariant](~configOpt2=O)
141
135
[{
142
136
"label": "One",
You can’t perform that action at this time.
0 commit comments