[ 
https://issues.apache.org/jira/browse/GROOVY-8362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul King closed GROOVY-8362.
-----------------------------

> Nested class is resolved via another nested class with package name
> -------------------------------------------------------------------
>
>                 Key: GROOVY-8362
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8362
>             Project: Groovy
>          Issue Type: Bug
>            Reporter: Daniil Ovchinnikov
>            Assignee: Jochen Theodorou
>            Priority: Critical
>             Fix For: 2.4.14
>
>
> {code:title=bugs/bugs.groovy}
> package bugs
> class Current {
>   static class bugs {
>     static class Target {}
>   }
>   static usage() {
>     new Target() // error expected
>   }
> }
> println Current.usage() // bugs.Current$bugs$Target@20d28811
> {code}



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

Reply via email to