------- 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.