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

compiler does not use java.lang.Array as the super class of all arrays

XMLWordPrintable

    • sparc
    • solaris_2.4


      According to the spec the following program should compile:
       
      class Foo {
          void foo(Array foo) {
          }
          void bar(int a[]) {
              foo(a);
          }
      }

            fyellinsunw Frank Yellin (Inactive)
            ahoffsunw Arthur Hoff (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: