destructuring-undefined-number-property.out 181 Bytes
Newer Older
1 2 3 4 5
*%(basename)s:5: TypeError: Cannot destructure 'undefined' or 'null'.
var { 1: x } = undefined;
    ^
TypeError: Cannot destructure 'undefined' or 'null'.
    at *%(basename)s:5:16