[ 
https://issues.apache.org/jira/browse/GROOVY-10998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799091#comment-17799091
 ] 

Eric Milles commented on GROOVY-10998:
--------------------------------------

https://github.com/apache/groovy/commit/40acb86b04ec77b9a0319c98fb035ede8e8032da
https://github.com/apache/groovy/commit/85a62a22ecf588063853989df6bf0a6811aeabc7

> Not reporting cyclic dependency in function's type parameters
> -------------------------------------------------------------
>
>                 Key: GROOVY-10998
>                 URL: https://issues.apache.org/jira/browse/GROOVY-10998
>             Project: Groovy
>          Issue Type: Bug
>            Reporter: Thodoris Sotiropoulos
>            Assignee: Daniel Sun
>            Priority: Minor
>             Fix For: 4.0.18
>
>
> This is related to GROOVY-10113.
> The check for detecting cycles in type parameters is not there for 
> parameterized functions.
> {code}
> class Test {
>   static <T extends T> void test() {}
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to