Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-254

range precedence should be fixed

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • 1.0
    • parser
    • None

    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

      Attachments

        Activity

          People

            Unassigned Unassigned
            jstrachan James Strachan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: