view test/script/basic/JDK-8019805.js.EXPECTED @ 619:7cc5ff16380f

8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases. Reviewed-by: lagergren, jlaskey
author sundar
date Thu, 10 Oct 2013 11:48:56 +0200
parents eb1437d16ab4
children
line wrap: on
line source

SyntaxError:32:for each can only be used with for..in
for each(var v=0;false;);
                ^