nashorn/test/script/error/JDK-8008814-2.js.EXPECTED
author vromero
Thu, 27 Jun 2013 09:54:50 +0100
changeset 18656 d66c77f01912
parent 17259 a8d0cb25d725
permissions -rw-r--r--
8017609: javac, ClassFile.read(Path) should be ClassFile.read(Path, Attribute.Factory) Reviewed-by: jjg

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