You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2016/12/20 09:04:58 UTC

[jira] [Commented] (GROOVY-7990) inner classes not found in scripts

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

Paul King commented on GROOVY-7990:
-----------------------------------

I think the issue is legit but the output above is from running with an extra dot in the source file? A bogus error message? Would you like to fix it or shall I?

> 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)