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);
          }
      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: