nashorn/test/script/basic/JDK-8019508.js.EXPECTED
author attila
Tue, 03 Jun 2014 12:05:42 +0200
changeset 24775 a0ae9045563f
parent 20929 f2bd18181940
permissions -rw-r--r--
8044534: Constant folding for unary + should produce int for boolean literals Reviewed-by: lagergren, sundar

SyntaxError:33:Expected property id but found ,
({,})
  ^
SyntaxError:33:Expected property id but found ,
({, a:2 })
  ^
SyntaxError:33:Expected property id but found ,
({a:3,,})
      ^
SyntaxError:33:Expected comma but found ident
({a:3 b:2}
      ^