[Bug java/19841] Inner classes problem
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 9 14:53:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-09 13:52 -------
Confirmed, here is a self contained example (which shows easier where the problem is):
class T
{
private int state;
}
public class SSS {
int state = 0;
public class Selector extends T {
public void foo() {
state = 42;
}
}
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |rejects-valid
Last reconfirmed|0000-00-00 00:00:00 |2005-02-09 13:52:05
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19841
More information about the Java-prs
mailing list