|
|
|
[
Permlink
| « Hide
]
Jochen Theodorou - 04/Feb/08 03:45 PM
I doubt it is introduced in 1.5.2 I think this issue was already in 1.0
I just tried it in 1.5.1, and it worked fine. It definitely worked in 1.0.
In groovy 1.0 through 1.5.1, what you have works but something like this fails:
// instead of AMethod 'groovy3'
def baz = 'groovy3'
AMethod baz
It fails because it is being treated as a method definition. I think Groovy 1.5.2+ is also treating this additional case as a method definition (an incomplete one I guess). |
||||||||||||||||||||||||||||||||||||||||||