In groovy 2.5.*, the following code will fail to compile:
def TEST(String name) {
println name
}
TEST 'hello'
- Method with completely capitalized method name, omitting parenth... ??????
In groovy 2.5.*, the following code will fail to compile:
def TEST(String name) {
println name
}
TEST 'hello'