Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6-rc-1
-
None
-
None
-
Patch
Description
In Groovy code, the toString() method does not produce a Groovy formatted string for Map or Collection.
The problem is that the toString(Map) and toString(Collection) methods can't work because they're declared on interfaces and DGM methods must be declared on an implementation class in order to be dispatched.