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

VerifyError on incorrect function call

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.4
    • 1.6-rc-1, 1.5.8, 1.7-beta-1
    • parser
    • None

    Description

      test.groovy
      void testt(String a) {
         println a;
      }
      testt_test(String a) {
         println "I'm bad"
      }
      testt(testt_test("asd"));
      

      It was a real PITA till I found the offending line in my code due to the non-informative error message. Anyway groovy rocks!

      Attachments

        Activity

          People

            blackdrag Jochen Theodorou
            avalon A
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: