mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Add negative test case for addMissingConst codeFix with unexpected array elements
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////[x, y()] = [0, () => 1];
|
||||
|
||||
verify.not.codeFixAvailable();
|
||||
Reference in New Issue
Block a user