jdk-24/nashorn/test/script/basic/NASHORN-40.js.EXPECTED

7 lines
129 B
Plaintext
Raw Normal View History

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