nashorn/test/script/basic/JDK-8019791.js.EXPECTED
author martin
Wed, 10 Dec 2014 09:23:00 -0800
changeset 28057 1a47ceecdba5
parent 20929 f2bd18181940
permissions -rw-r--r--
8065804: JEP 171: Clarifications/corrections for fence intrinsics Reviewed-by: dholmes, shade, dl, psandoz

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