nashorn/test/script/error/JDK-8008814-1.js.EXPECTED
author fparain
Fri, 26 Jul 2013 05:54:01 -0700
changeset 18986 f8699c86bb40
parent 17259 a8d0cb25d725
permissions -rw-r--r--
Merge

test/script/error/JDK-8008814-1.js:32:2 Function declarations can only occur at program or function body level. You should use a function expression here instead.
  function g() {
  ^