Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
This is related to GROOVY-10113.
The check for detecting cycles in type parameters is not there for parameterized functions.
class Test { static <T extends T> void test() {} }