Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4942201

java allows class literal on generic type parameter array

XMLWordPrintable

    • b40
    • generic
    • solaris_8

      Java should not allow a class literal on a nonreified type. the following
      should be illegal.

      class Y<T> {
          Y() {
              Class c = T[].class;
          }
      }

            gafter Neal Gafter (Inactive)
            gafter Neal Gafter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: