Description
we should probably allow
1..3.each
{...}or
1..3.toList()
and so forth to mean
(1..3).methodCall
right now the method applies to the '3' rather than the range
we should probably allow
1..3.each
{...}or
1..3.toList()
and so forth to mean
(1..3).methodCall
right now the method applies to the '3' rather than the range