nashorn/test/script/error/JDK-8008814-1.js.EXPECTED
changeset 17257 a2232050cd8f
child 17259 a8d0cb25d725
equal deleted inserted replaced
17256:ab536782f247 17257:a2232050cd8f
       
     1 test/script/error/NASHORN-8008814-1.js:32:2 Function declarations can only occur at program or function body level. You should use a function expression here instead.
       
     2   function g() {
       
     3   ^