Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-4
-
None
Description
a=
{println 'hello'}(0)doesn't print anything
a={println 'hello'}
.call(0)
prints hello
Note that
(0)
prints hello
a=
{println 'hello'}(0).call(0)
prints hello
Note that
(0)
prints hello