jdk-24/nashorn/test/script/basic/JDK-8019805.js.EXPECTED

4 lines
143 B
Plaintext
Raw Normal View History

SyntaxError: test/script/basic/JDK-8019805.js#32<eval>:1:16 for each can only be used with for..in
for each(var v=0;false;);
^