Skip to content

Commit 1de7881

Browse files
committed
Add negative test case for addMissingConst codeFix with unexpected array elements
1 parent 384669a commit 1de7881

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/// <reference path='fourslash.ts' />
2+
3+
////[x, y()] = [0, () => 1];
4+
5+
verify.not.codeFixAvailable();

0 commit comments

Comments
 (0)