nashorn/test/script/basic/NASHORN-40.js.EXPECTED
author serb
Thu, 30 Jul 2015 15:27:02 +0300
changeset 32126 6611b32dfa58
parent 20929 f2bd18181940
permissions -rw-r--r--
8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries Reviewed-by: kizune, alexsch

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