mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
3 lines
184 B
Text
3 lines
184 B
Text
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() {
|
|
^
|