nashorn/test/script/basic/JDK-8019791.js.EXPECTED
author sundar
Thu, 10 Oct 2013 21:43:35 +0200
changeset 20934 9cbbf2065cd1
parent 20929 f2bd18181940
permissions -rw-r--r--
8026264: Getter, setter function name mangling issues Reviewed-by: lagergren, jlaskey

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