File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -364,14 +364,3 @@ let _ = x =>
364
364
// ^com
365
365
| _ => 4
366
366
}
367
-
368
- // let _ = x => switch x { | T
369
- // ^com
370
-
371
- let _ = x =>
372
- switch x {
373
- // | T
374
- // ^com
375
- | _ if false => 4
376
- | _ => 4
377
- }
Original file line number Diff line number Diff line change @@ -1391,18 +1391,3 @@ 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 367:30
1395
- posCursor:[367:30] posNoWhite:[367:29] Found expr:[367:11->376:3]
1396
- posCursor:[367:30] posNoWhite:[367:29] Found expr:[367:16->376:3]
1397
- posCursor:[367:30] posNoWhite:[367:29] Found pattern:[367:29->367:30]
1398
- XXX Ppat_construct T:[367:29->367:30]
1399
- []
1400
-
1401
- Complete tests/src/Completion.res 372:8
1402
- posCursor:[372:8] posNoWhite:[372:7] Found expr:[370:8->376:3]
1403
- posCursor:[372:8] posNoWhite:[372:7] Found expr:[371:2->376:3]
1404
- posCursor:[372:8] posNoWhite:[372:7] Found pattern:[372:7->374:5]
1405
- posCursor:[372:8] posNoWhite:[372:7] Found pattern:[372:7->372:8]
1406
- XXX Ppat_construct T:[372:7->372:8]
1407
- []
1408
-
You can’t perform that action at this time.
0 commit comments