You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Christopher Smith (Jira)" <ji...@apache.org> on 2020/11/13 01:03:00 UTC

[jira] [Created] (GROOVY-9814) Method reference doesn't accept subtypes of argument

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)