jdk/nashorn/test/script/basic/NASHORN-40.js.EXPECTED
2013-10-10 11:48:56 +02:00

6 lines
129 B
Text

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