publicclassAmbiguousInterface{publicstaticvoidmain(String[]args){org.aspectj.testing.Tester.check(false,"shouldn't have compiled");}}interfaceOuter{interfaceInnerextendsOuter{interfaceQuestionable{}}interfaceQuestionableextendsInner{}}interfaceAnotherextendsOuter,Outer.Questionable{interfaceAnotherInnerextendsQuestionable{}}