Basil Peace created GROOVY-8914:
-----------------------------------

             Summary: Error compiling static inner class that extends some 
other static inner class
                 Key: GROOVY-8914
                 URL: https://issues.apache.org/jira/browse/GROOVY-8914
             Project: Groovy
          Issue Type: Bug
          Components: Compiler
    Affects Versions: 2.5.4, 3.0.0-alpha-3
            Reporter: Basil Peace


If inner static class extends some other inner static class that already 
compiled then compiler gives errors like this:

{{ -1: "methodMissing" implementations are not supported on static inner 
classes as a synthetic version of "methodMissing" is added during compilation 
for the purpose of outer class delegation.}}

No error when class being extended is in current compilation.

 

Demo project: https://github.com/grv87/groovy-inner-static-class



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

Reply via email to