Konstantin Nisht created GROOVY-10517:
-----------------------------------------
Summary: 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: 4.0.0, 3.0.9
Reporter: Konstantin Nisht
{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)