mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 20:48:29 +00:00
11 lines
143 B
Plaintext
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
|