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

VerifyError when using increment operator on value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.6-beta-2
    • 1.6-rc-1, 1.5.8, 1.7-beta-1
    • None
    • None
    • Mac OS 10.5.2
      Java 1.5.0_13
      Groovy 1.6-beta-2-SNAPSHOT

    Description

      It seems that in Groovy, the increment/decrement operator is not only allowed
      on variables, but also on values. Here is a script that compiles without
      problems:

      def x = 0
      println(id(x)++)
      
      def id(x) { x }
      

      However, at runtime I get:
      Caught: java.lang.VerifyError: (class: IncTest, method: run signature:
      ()Ljava/lang/Object Incompatible object argument for function call

      Attachments

        Activity

          People

            blackdrag Jochen Theodorou
            pniederw Peter Niederwieser
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: