This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]