jdk-24/test/nashorn/script/basic/es6/block-function-decl.js.EXPECTED
2017-09-12 19:03:39 +02:00

11 lines
143 B
Plaintext

function f() {
print("in f");
}
in f
function f() {
print("in f");
}
in f
undefined
ReferenceError: "f" is not defined