destructuring-function-non-iterable.out 204 Bytes
Newer Older
1 2 3 4 5
*%(basename)s:6: TypeError: f is not a function or its return value is not iterable
var [a] = f();
          ^
TypeError: f is not a function or its return value is not iterable
    at *%(basename)s:6:11