[
https://issues.apache.org/jira/browse/GROOVY-7990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764240#comment-15764240
]
Paul King commented on GROOVY-7990:
-----------------------------------
okay, changed - I believe what is above is the message as it currently appears
unless you were using a different/earlier version of Groovy which had your
earlier message.
> inner classes not found in scripts
> ----------------------------------
>
> Key: GROOVY-7990
> URL: https://issues.apache.org/jira/browse/GROOVY-7990
> Project: Groovy
> Issue Type: Bug
> Components: Compiler
> Affects Versions: 2.4.0
> Reporter: MichaĆ Zegan
>
> Hello, when I try to create two files in the same directory:
> {code:title=B.groovy}
> class B {
> static class C { }
> }
> {code}
> {code:title=A.groovy}
> new B.C()
> {code}
> Then trying to run {{A.groovy}} with the groovy command gives a compilation
> error:
> {noformat}
> org.codehaus.groovy.control.MultipleCompilationErrorsException: startup
> failed:
> /home/webczat/A.groovy: 1: unable to resolve class B.C
> @ line 1, column 1.
> new B.C()
> ^
> 1 error
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)