nashorn/test/script/error/JDK-8008814-2.js.EXPECTED
author lagergren
Tue, 30 Apr 2013 09:42:13 +0200
changeset 17259 a8d0cb25d725
parent 17257 a2232050cd8f
permissions -rw-r--r--
8013533: Increase code coverage report for types and logging Reviewed-by: hannesw, sundar

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() {
  ^