nashorn/test/script/error/JDK-8008814-1.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17259
a8d0cb25d725 8013533: Increase code coverage report for types and logging
lagergren
parents: 17257
diff changeset
     1
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.
17257
a2232050cd8f 8008814: Configurable ignore/warning/error behavior for function declaration as statement
attila
parents:
diff changeset
     2
  function g() {
a2232050cd8f 8008814: Configurable ignore/warning/error behavior for function declaration as statement
attila
parents:
diff changeset
     3
  ^