Add negative test case for addMissingConst codeFix with unexpected array elements

This commit is contained in:
Florian Regensburger 2019-07-09 02:07:54 +02:00
parent 384669a1ce
commit 1de7881141

View file

@ -0,0 +1,5 @@
/// <reference path='fourslash.ts' />
////[x, y()] = [0, () => 1];
verify.not.codeFixAvailable();