destructuring-array-non-iterable-object-literal-complex.out 182 Bytes
Newer Older
1 2 3 4 5
*%(basename)s:5: TypeError: {(intermediate value)} is not iterable
var [a] = {['a']: {b: 1}};
          ^
TypeError: {(intermediate value)} is not iterable
    at *%(basename)s:5:11