Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-2, 2.5.0
-
None
-
None
Description
def c = Integer println c.toGenericString() // public final class java.lang.Integer def cl = c.&toGenericString println cl() // groovy.lang.MissingMethodException: No signature of method: java.lang.Integer.toGenericString() is applicable for argument types: () values: []
Attachments
Issue Links
- is related to
-
GROOVY-8658 MME on instance receiver via method closure
- Closed
-
GROOVY-10057 MissingMethodException for pointer/reference from Class instance to Class method
- Closed