-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b113
-
generic
-
generic
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
- relates to
-
JDK-8024970 André Bargull's list on Sep 17, 2013
-
- Closed
-