Bug extending inner class from subclass of its outer class.
Bryce McKinlay
bryce@albatross.co.nz
Sun Feb 4 19:12:00 GMT 2001
I submitted a patch:
http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00213.html
Could you try it out?
thanks
[ bryce ]
"Mark J. Roberts" wrote:mjr::test$ gcj -c *.java
> Outer2.java:2: Can't access protected nested class Outer$Inner. Only public classes and interfaces in other packages can be accessed.
> protected class Inner2 extends Inner {
> ^
More information about the Java
mailing list