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

Paul King commented on GROOVY-10517:
------------------------------------

Is there a specific example you had problems with? This is kind of a known 
"feature".

> Parsing depends on capitalization
> ---------------------------------
>
>                 Key: GROOVY-10517
>                 URL: https://issues.apache.org/jira/browse/GROOVY-10517
>             Project: Groovy
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 3.0.9, 4.0.0
>            Reporter: Konstantin Nisht
>            Priority: Major
>
> {code:groovy}
> class Main {
>     static void main(String[] args) {
>         Foo(bar m) {}
>     }
> }
> {code}
> is not equivalent (up to identifier names) to 
> {code:groovy}
> class Main {
>     static void main(String[] args) {
>         foo(bar m) {}
>     }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to