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

[jira] [Created] (GROOVY-8474) 'Unexpected super property set for:' when accessing super class property via super.propertyName

zhb created GROOVY-8474:
---------------------------

             Summary: 'Unexpected super property set for:' when accessing super class property via super.propertyName
                 Key: GROOVY-8474
                 URL: https://issues.apache.org/jira/browse/GROOVY-8474
             Project: Groovy
          Issue Type: Bug
    Affects Versions: 2.4.13
         Environment: Mac OS X, JDK 8
            Reporter: zhb


 

{{class T {}}
{{  String group}}
{{}}}

{{class S extends T {}}
{{  S() {}}
{{    super.group = ''}}
{{  }}}
{{}}}

 

BUG! exception in phase 'class generation' in source unit 'ideaGroovyConsole.groovy' Unexpected super property set for:super.group

 

 



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