Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.1.0
-
None
-
Ubuntu x64, Java(TM) SE Runtime Environment (build 1.6.0_38-b05)
Java HotSpot(TM) 64-Bit Server VM (build 20.13-b02, mixed mode)
Description
When trying to use subscript operator on map within class compiled static with Groovy 2.1.0 the value is not put in the map. I need to use the Map#put method directly.
See the simple test script attached.