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