------- Additional Comments From daney at gcc dot gnu dot org  2005-03-30 23:58 
-------
Created an attachment (id=8503)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8503&action=view)
Second part of smaller testcase.

New Testcase.  I think it is the same problem.

$ gcj A1.java B1.java
B1.java: In class `B1':
B1.java: In method `B1.n()':
B1.java:10: error: Can't find method `m()' in type `B1'. Candidates are:
  `B1.m()' in `B1'
  `A1$A2.m()' in `A1$A2'.
           m();
           ^
1 error


-- 


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

Reply via email to