package p3; /* Test case for bug 23644 hierarchy: getAllSuperTypes does not include all superinterfaces? */ public class B extends A implements I1 { }