Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.0
-
None
Description
The following example returns false, according to documentation should return 2.
i = new ("java.util.HashMap"); i.a = 1; i["empty"] = 2; i["empty"]