File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -75,3 +75,6 @@ let _ = switch f {
75
75
76
76
// let {} = f
77
77
// ^com
78
+
79
+ // let {nest: {n}}} = f
80
+ // ^com
Original file line number Diff line number Diff line change @@ -244,3 +244,17 @@ Completable: Cpattern Value[f]->recordBody
244
244
"documentation": null
245
245
}]
246
246
247
+ Complete src/CompletionPattern.res 78:16
248
+ looking for: Cpath Value[f]
249
+ posCursor:[78:16] posNoWhite:[78:15] Found pattern:[78:7->78:18]
250
+ posCursor:[78:16] posNoWhite:[78:15] Found pattern:[78:14->78:17]
251
+ posCursor:[78:16] posNoWhite:[78:15] Found pattern:[78:15->78:16]
252
+ Completable: Cpattern Value[f]=n->recordField(nest), recordBody
253
+ [{
254
+ "label": "nested",
255
+ "kind": 5,
256
+ "tags": [],
257
+ "detail": "nested: bool\n\nnestedRecord",
258
+ "documentation": null
259
+ }]
260
+
You can’t perform that action at this time.
0 commit comments