[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug java/2499] Class members should be inherited from implemented interfaces



------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-27 20:46 -------
Another testcase for the same issue:
interface I {
        interface Inner {}
}
class Test implements I {
        void test(Inner i) { }
}

Which comes from PR 23596.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: