[ 
https://issues.apache.org/jira/browse/GROOVY-8474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16356985#comment-16356985
 ] 

Daniel Sun commented on GROOVY-8474:
------------------------------------

Fixed by: 
 
https://github.com/apache/groovy/commit/ca4ffaac1dfcaa8c38409a02b08392d0f8b2473f

> '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
>            Assignee: Daniel Sun
>            Priority: Critical
>
>  
> {{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)

Reply via email to