File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -364,3 +364,14 @@ let _ = x =>
364
364
// ^com
365
365
| _ => 4
366
366
}
367
+
368
+ module AndThatOther = {
369
+ type v = And | ThatOther
370
+ }
371
+
372
+ let _ = x =>
373
+ switch x {
374
+ // | AndThatOther.T
375
+ // ^com
376
+ | _ => 4
377
+ }
Original file line number Diff line number Diff line change @@ -1391,3 +1391,11 @@ posCursor:[362:8] posNoWhite:[362:7] Found pattern:[362:7->362:8]
1391
1391
XXX Ppat_construct T:[362:7->362:8]
1392
1392
[]
1393
1393
1394
+ Complete tests/src/Completion.res 373:21
1395
+ posCursor:[373:21] posNoWhite:[373:20] Found expr:[371:8->376:3]
1396
+ posCursor:[373:21] posNoWhite:[373:20] Found expr:[372:2->376:3]
1397
+ posCursor:[373:21] posNoWhite:[373:20] Found pattern:[373:7->375:5]
1398
+ posCursor:[373:21] posNoWhite:[373:20] Found pattern:[373:7->373:21]
1399
+ XXX Ppat_construct AndThatOther.T:[373:7->373:21]
1400
+ []
1401
+
You can’t perform that action at this time.
0 commit comments