gcj/172
Bryce McKinlay
bryce@albatross.co.nz
Wed Mar 15 16:20:00 GMT 2000
The following reply was made to PR gcj/172; it has been noted by GNATS.
From: Bryce McKinlay <bryce@albatross.co.nz>
To: apbianco@cygnus.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/172
Date: Thu, 16 Mar 2000 13:20:49 +1300
The new patch works for all three test cases.
But here's another variation to keep you busy:
// InnerConstructor2.java:9: Superclass `A' of class `InnerConstructor2$B' not
found.
public class InnerConstructor2
{
class A {}
class B extends A {}
}
Again, it seems to be looking at the top-level scope for "A" instead of finding
the inner class declaration first.
[ bryce ]
More information about the Java-prs
mailing list