-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Labels:None
The following example returns false, according to documentation should return 2.
i = new ("java.util.HashMap"); i.a = 1; i["empty"] = 2; i["empty"]