[
https://issues.apache.org/jira/browse/GROOVY-7990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764145#comment-15764145
]
Michał Zegan commented on GROOVY-7990:
--------------------------------------
not sure if there is a mistake or whatever there, you can fix it if you think
so...
> 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:
> {code}
> org.codehaus.groovy.control.MultipleCompilationErrorsException: startup
> failed:
> /home/webczat/A.groovy: 1: unexpected token: . @ line 1, column 4.
> new.B.C()
> ^
> 1 error
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)