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

Type argument checking

    XMLWordPrintableJSON

Details

    Description

      Groovyc should check at least count of type arguments used e.g. the following code should be compiled with an error "Wrong number of type arguments"

      java.util.List<String, Integer, Boolean> list = null;
      

      Attachments

        Activity

          People

            emilles Eric Milles
            mxm-groovy Maxim Medvedev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: