mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
3 lines
98 B
Text
3 lines
98 B
Text
SyntaxError:32:for each can only be used with for..in
|
|
for each(var v=0;false;);
|
|
^
|