update tests to reflect fixed destructuring behaviour and statement to expression explosion
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
var coords = [1, 2];
|
||||
var x = coords.x;
|
||||
var y = coords.y;
|
||||
|
||||
Reference in New Issue
Block a user