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

Subclassing a java object in Groovy still has problame

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-beta-4
    • 1.0-beta-5
    • class generator
    • None

    Description

      class C extends IntRange {
      C()

      { super(1, 2) }

      static main(args)

      { new C() }

      }

      throws

      Exception in thread "main" java.lang.VerifyError: (class: C, method: <init> signature: ()V) Expecting to find integer on stack

      Attachments

        Activity

          People

            jstrachan James Strachan
            tug John Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: