Files
Kmake/deps/v8/test/message/fail/for-of-non-iterable.out

6 lines
136 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
*%(basename)s:5: TypeError: {} is not iterable
for ([a] of {}) {}
^
TypeError: {} is not iterable
at *%(basename)s:5:13