We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8038b0e commit 1567e9dCopy full SHA for 1567e9d
test/references.js
@@ -499,9 +499,9 @@ describe('References:', function() {
499
'let a; a = 0;',
500
'let a; [a] = [];',
501
'let a; [a = 1] = [];',
502
- 'let a; ({a}) = {};',
503
- 'let a; ({b: a}) = {};',
504
- 'let a; ({b: a = 0}) = {};',
+ 'let a; ({a} = {});',
+ 'let a; ({b: a} = {});',
+ 'let a; ({b: a = 0} = {});',
505
'let a; for (a in []);',
506
'let a; for ([a] in []);',
507
'let a; for ([a = 0] in []);',
0 commit comments