jdk-24/test/nashorn/script/basic/NASHORN-40.js.EXPECTED
2017-09-12 19:03:39 +02:00

7 lines
129 B
Plaintext

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