We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ec94 commit 4a53096Copy full SHA for 4a53096
1 file changed
tests/cases/fourslash/completionListAfterSpreadOperator01.ts
@@ -0,0 +1,7 @@
1
+/// <reference path="fourslash.ts" />
2
+
3
+////let v = [1,2,3,4];
4
+////let x = [.../**/
5
6
+goTo.marker();
7
+verify.completionListContains("v");
0 commit comments