nashorn/test/script/error/JDK-8008814-1.js.EXPECTED
author lana
Thu, 12 Feb 2015 16:36:53 -0800
changeset 28888 2815ad059e8d
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() {
  ^