test/script/error/JDK-8026039.js.EXPECTED

Tue, 03 Nov 2015 07:19:18 -0800

author
asaha
date
Tue, 03 Nov 2015 07:19:18 -0800
changeset 1758
95050a90c845
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u66-b33 for changeset 3629a9cd6627

     1 test/script/error/JDK-8026039.js:30:9 "public" cannot be used as function name in strict mode
     2 function public() {"use strict"}
     3          ^
     4 test/script/error/JDK-8026039.js:32:11 Expected ident but found public
     5 function f(public) {"use strict"}
     6            ^
     7 test/script/error/JDK-8026039.js:33:0 Expected } but found eof
     9 ^

mercurial