Files
Kmake/deps/v8/test/message/fail/destructuring-non-function-non-iterable.out
2026-05-26 23:36:42 -07:00

6 lines
204 B
Plaintext

*%(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