Thodoris Sotiropoulos created GROOVY-10998:
----------------------------------------------
Summary: 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
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)