destructuring-undefined-computed-property.out 184 Bytes
Newer Older
1 2 3 4 5
*%(basename)s:5: TypeError: Cannot destructure 'undefined' or 'null'.
var { [x] : y } = undefined;
    ^
TypeError: Cannot destructure 'undefined' or 'null'.
    at *%(basename)s:5:19