[
https://issues.apache.org/jira/browse/GROOVY-10517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17500183#comment-17500183
]
Konstantin Nisht commented on GROOVY-10517:
-------------------------------------------
No, but I cannot imagine where it can be useful.
> 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)