Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
8
-
None
-
b113
-
generic
-
generic
Description
The following script:
if (false) var foo = 42; print(foo);
produces:
<shell>:1 ReferenceError: "foo" is not defined
It should print:
undefined
if (false) var foo = 42; print(foo);
produces:
<shell>:1 ReferenceError: "foo" is not defined
It should print:
undefined
Attachments
Issue Links
- relates to
-
JDK-8024970 André Bargull's list on Sep 17, 2013
-
- Resolved
-