nashorn/test/script/basic/JDK-8019791.js.EXPECTED
author goetz
Wed, 02 Apr 2014 10:16:46 +0200
changeset 23529 a77755391144
parent 20929 f2bd18181940
permissions -rw-r--r--
8039045: PPC64: need include in adl generated files after 8001532 Reviewed-by: kvn

SyntaxError:33:Expected ; but found ~
"" ~ ""
   ^
SyntaxError:41:Expected ) but found ~
function() { if (1~0) return 0; return 1 }
                  ^