nashorn/test/script/basic/JDK-8019791.js.EXPECTED
author sundar
Wed, 03 Jul 2013 14:08:00 +0530
changeset 18840 3e7bff1b7b59
child 20929 f2bd18181940
permissions -rw-r--r--
8019791: ~ is a unary operator Reviewed-by: hannesw

SyntaxError: test/script/basic/JDK-8019791.js#33<eval>:1:3 Expected ; but found ~
"" ~ ""
   ^
SyntaxError: test/script/basic/JDK-8019791.js#41<eval>:1:18 Expected ) but found ~
function() { if (1~0) return 0; return 1 }
                  ^