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