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