You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniil Ovchinnikov (JIRA)" <ji...@apache.org> on 2016/12/14 16:54:58 UTC

[jira] [Updated] (GROOVY-8021) Super in traits causes MissingMethodException

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

Daniil Ovchinnikov updated GROOVY-8021:
---------------------------------------
    Summary: Super in traits causes MissingMethodException  (was: Super in traits cause MissingMethodException)

> Super in traits causes MissingMethodException
> ---------------------------------------------
>
>                 Key: GROOVY-8021
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8021
>             Project: Groovy
>          Issue Type: Bug
>          Components: Static compilation
>    Affects Versions: 2.4.7
>            Reporter: Daniil Ovchinnikov
>
> {code}
> @CompileStatic
> trait SimpleTrait {
>     void foo() {
>         super.foo()
>     }
> }
> @CompileStatic
> class Foo implements SimpleTrait {}
> new Foo().foo() // MissingMethodException
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)