You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2018/08/26 03:39:00 UTC

[jira] [Updated] (GROOVY-8370) Compiler allows to extend/implement a class from its generic

     [ https://issues.apache.org/jira/browse/GROOVY-8370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King updated GROOVY-8370:
------------------------------
    Affects Version/s: 3.0.0-alpha-3
                       2.5.2

> Compiler allows to extend/implement a class from its generic
> ------------------------------------------------------------
>
>                 Key: GROOVY-8370
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8370
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 3.0.0-alpha-3, 2.5.2
>            Reporter: Daniil Ovchinnikov
>            Priority: Major
>
> {code}
> class A<T> extends T implements T {}
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)