2013-10-08 12:57:31 +00:00
|
|
|
test/script/error/JDK-8026039.js:30:9 "public" cannot be used as function name in strict mode
|
|
|
|
function public() {"use strict"}
|
|
|
|
^
|
|
|
|
test/script/error/JDK-8026039.js:32:11 Expected ident but found public
|
2014-06-04 11:08:57 +00:00
|
|
|
function f(public) {"use strict"}
|
2013-10-08 12:57:31 +00:00
|
|
|
^
|
|
|
|
test/script/error/JDK-8026039.js:33:0 Expected } but found eof
|
|
|
|
|
|
|
|
^
|