nashorn/test/script/basic/NASHORN-40.js.EXPECTED
author hannesw
Thu, 07 Feb 2013 15:33:17 +0100
changeset 16223 dff592a332a4
parent 16147 e63b63819133
child 20929 f2bd18181940
permissions -rw-r--r--
8007718: Make static RegExp properties fully compatible to other engines Reviewed-by: lagergren, sundar

SyntaxError: test/script/basic/NASHORN-40.js#32<eval>:1:6 Expected an operand but found .
print(.foo)
      ^
SyntaxError: test/script/basic/NASHORN-40.js#38<eval>:1:0 Expected an operand but found .
.bar = 3423;
^