Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-4
-
None
-
n/a
Description
This was quite nasty to find the reason for my application failing but it simplifies nice and easy:
Confirmed against latest JSR-5 snapshot.
def a = new Two();
println a;
class Two{
Two()
Two(String dontMatter)
{ println this; }}
E:\home>groovy A.groovy
Two@30d82d
Two@56f631