We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce21051 commit 1b0b750Copy full SHA for 1b0b750
analysis/tests/src/Completion.res
@@ -355,3 +355,12 @@ let _ = <div name="" />
355
356
// (let _ = ff(~opt1=3))
357
// ^com
358
+
359
+type v = This | That
360
361
+let _ = x =>
362
+ switch x {
363
+ // | T
364
+ // ^com
365
+ | _ => 4
366
+ }
analysis/tests/src/expected/Completion.res.txt
@@ -1381,3 +1381,8 @@ posCursor:[355:23] posNoWhite:[355:22] Found expr:[0:-1->355:23]
1381
posCursor:[355:23] posNoWhite:[355:22] Found expr:[355:12->355:23]
1382
[]
1383
1384
+Complete tests/src/Completion.res 362:8
1385
+posCursor:[362:8] posNoWhite:[362:7] Found expr:[360:8->365:3]
1386
+posCursor:[362:8] posNoWhite:[362:7] Found expr:[361:2->365:3]
1387
+[]
1388
0 commit comments