------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-30 
14:33 -------
Nope, I am wrong, this is a front-end bug:
copper:~>cat t/JList.java
package t;
public class JList
{
  void init(){}
}
copper:~>cat DoubleClickJList.java 
import t.JList;
public class DoubleClickJList extends JList {
        private void init() {
        }
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|SWING                       |java
           Keywords|                            |rejects-valid


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21818

Reply via email to