Christopher Smith created GROOVY-9814:
-----------------------------------------
Summary: Method reference doesn't accept subtypes of argument
Key: GROOVY-9814
URL: https://issues.apache.org/jira/browse/GROOVY-9814
Project: Groovy
Issue Type: Bug
Components: Compiler
Affects Versions: 3.0.6
Reporter: Christopher Smith
When using a method reference such as {{HasId::getId}}, the compiler implements
the request by generating a {{MethodClosure}}. However, the closure accepts
only the exact type of the reference, not subtypes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)