Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-3
-
None
-
None
-
groovy jsr03, jdk 1.4.2_09
Description
println does not seem to be interpreted as just another method on an object even if it should, e.g.
mywriter.println("FOO")
still seems print to System.out and not invoke the println method on the mywriter object.
Please see the included test case.