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