nashorn/test/script/basic/NASHORN-40.js.EXPECTED
author attila
Wed, 04 Jun 2014 20:43:37 +0200 (2014-06-04)
changeset 24782 82c9c92e3733
parent 20929 f2bd18181940
permissions -rw-r--r--
8038413: NPE in unboxInteger Reviewed-by: jlaskey, sundar
SyntaxError:32:Expected an operand but found .
print(.foo)
      ^
SyntaxError:38:Expected an operand but found .
.bar = 3423;
^