[jira] [Updated] (GROOVY-7863) Statically compiled calls to private outer class methods fail with multiple levels of nesting

2016-07-02 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha updated GROOVY-7863: --- Fix Version/s: (was: 2.5.0-beta-1) 2.4.8 > Statically compiled calls to

[jira] [Updated] (GROOVY-7863) Statically compiled calls to private outer class methods fail with multiple levels of nesting

2016-06-14 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha updated GROOVY-7863: --- Description: Example: {code} @groovy.transform.CompileStatic class A { private int bar() { 123 }

[jira] [Updated] (GROOVY-7863) Statically compiled calls to private outer class methods fail with multiple levels of nesting

2016-06-14 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha updated GROOVY-7863: --- Description: Example: {code} @groovy.transform.CompileStatic class A { private int bar() { 123 }