Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
- unzip the attached archive
- cd into the groovytestcase dir
- execute 'javac *.java; groovy PrintTest'
You'll see:
object:toString sometext
while the output should be:
sometext
The method with argument ICustom isn't selected since MetaClass.isSuperclass(Class claszz, Class superclass) doesn't handle interfaces