view test/script/basic/NASHORN-40.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 da1e581c933b
children
line wrap: on
line source

SyntaxError:32:Expected an operand but found .
print(.foo)
      ^
SyntaxError:38:Expected an operand but found .
.bar = 3423;
^