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